On 3 Mar 01, at 22:32, Bug Database wrote:

> 1. What was the configure line used to configure PHP 4?

'../configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=system'
'--with-config-file-path=/etc/php4/apache' '--disable-rpath'
'--enable-memory-limit' '--enable-calendar' '--enable-sysvsem'
'--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--disable-debug'
'--disable-static' '--with-bz2' '--with-curl=shared,/usr' '--with-db2'
'--with-ndbm' '--with-dom=shared,/usr' '--enable-exif' '--enable-filepro'
'--enable-ftp' '--with-gettext' '--with-gd=shared' '--with-jpeg-dir=/usr'
'--with-xpm-dir=/usr/X11R6' '--with-imap=shared' '--with-ldap=shared,/usr'
'--with-mcal=shared,/usr' '--with-mm' '--with-mhash=shared'
'--with-mysql=shared,/usr' '--with-pcre-regex=/usr' '--with-pgsql=shared,/usr'
'--with-sablot=shared,/usr' '--enable-shmop' '--with-snmp=shared'
'--enable-sockets' '--with-ttf' '--with-t1lib' '--with-xml=shared,/usr' '--with-yp'
'--with-zlib'

> 2. Is your apache linked with libpthread.so? ( ldd httpd )

"ldd /usr/sbin/apache-ssl" in my case:

 libm.so.6 => /lib/libm.so.6 (0x4001b000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40039000)
        libgdbm.so.1 => /usr/lib/libgdbm.so.1 (0x40067000)
        libdb2.so.2 => /usr/lib/libdb2.so.2 (0x4006d000)
        libdl.so.2 => /lib/libdl.so.2 (0x400b1000)
        libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x400b4000)
        libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x400e1000)
        libc.so.6 => /lib/libc.so.6 (0x401aa000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Is something missing? This "libpthread.so" ? TIA for help.



Krzysztof Wychowalek
ICQ# 34184303
GSM +48600225435
PGP Key ID 0xEA9D2A3C

-- 
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