Im a collage student 
And im trying to set up snort as a class project
I downloaded all needed files according to the instructions
Everything was going fine untill I got to the PHP installation. I typed

./configure --prefix=/www/php --with-apxs2=/www/bin/apxs
--with-config-file-path=/www/php --enable-sockets
--with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local --with- gd

then make

then make install

on the make install is where I got the error

I checked the /www/modules/ dir. for libphp*.so
and it was not there
I started with 
PHP version 4.3.3
then I tried 4.3.5
then I tried 5.0.0RC1
all 3 had the same error 

Try to keep in mind that im new to linux
Iv only been useing it for about 6 mounths
I don't think its an EEOC error but then again
I only been using linux for 6 mounths 
so maby it is
Any help would be greatly apprecated

Reproduce code:
---------------
Installing PHP SAPI module:       apache2handler
/www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp5.la
/www/modules
/www/build/libtool --mode=install cp libphp5.la /www/modules/
cp .libs/libphp5.lai /www/modules/libphp5.la
cp .libs/libphp5.a /www/modules/libphp5.a
ranlib /www/modules/libphp5.a
chmod 644 /www/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish
/snort/php-5.0.0RC1/libs'
Warning!  dlname not found in /www/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /www/modules/libphp5.so
chmod: failed to get attributes of `/www/modules/libphp5.so': No such
file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

Reply via email to