From:             [EMAIL PROTECTED]
Operating system: slackware 8.0
PHP version:      4.0.6
PHP Bug Type:     Dynamic loading
Bug description:  apache doesn't find libphp4.so

i'm using slackware 8.0 with apache 1.3 and i want to install php 4.0.6.
when i try to ./configure with :

./configure --prefix=/usr/local/php --with-apxs --with-mysql --with-gd
--with-imagick --with-jpeg-dir --with-png-dir --with-zlib --with-openssl
--with-pdflib

it configures fine, compiles fine.

after configuring httpd.conf, it still doesn't work.

when triyng to :

apxs -i -a -c libphp4.so

as is writen in the manual it gives me : 

gcc -shared -o libphp4.so libphp4.so
libphp4.so: file not recognized: File truncated
collect2: ld returned 1 exit status
apxs:Break: Command failed with rc=1

is it my fault (inproper config, ...) or somethibng i didn't done before
running configure (i have mod_so)


-- 
Edit bug report at: http://bugs.php.net/?id=12062&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to