I thought I had managed to install apache a few days ago. The server is serving basic html pages ok (text-buttons). I haven't try with more complex pages (images, links). But I can't run properly a cgi that I compiled, I don't know yet either it is because of apache orsomething else (compilation trouble ?).
However, I'm puzzling about apache install. lardman noticed it to me but I did not pay that much attention, believing apache was fine because simple html pages were served.
For apache, I have to install apache-common before, that runs fine :
#ipkg info apache-common
Package: apache-common
Version: 1.3.29-1
Depends: libdb4.1, libexpat1
Status: install user installed
Architecture: arm
Installed-Time: 1115452xxxxxxx
Now, when I install apache, I get this error :
#ipkg -d sd install apache_1.3.29-1_arm.ipk
Installing apache (...) to sd...
Configuring apache
addgroup: www-data: group already in use
postinst script returned status 1
ERROR: apache.postinst returned 1
#ipkg-link mount /mnt/card
And ipk info gives :
#ipkg info apache
Package: apache
Version: 1.3.29-1
Depends: libdb4.1, libexpat1, apache-common
Status: install user unpacked
Architecture: arm
Installed-Time: 1115452xxxxxxx
Status: install user unpacked --> ? ? ? What does that mean, unpacked ? Doesn't mean installed, does it ? Then how can I have apache well installed ? As the ipkg install is screaming about www-data group already in use, how could I remove this group before installing apache to see if it installs better ? (not familiar with user and group managing, moreover on Z).
tks in advance