Author: Arthur Chong Email: [EMAIL PROTECTED] Message: With the recent PHP security bug and them calling for an upgrade to PHP-4.1.2, I performed the upgrade and immediately ran into problems:
Version Details: mnogosearch-3.1.19 Old: apache-1.3.20 mod-ssl-2.8.4 php-4.0.6 (Compiled with apxs/DSO support) New: apache-1.3.23 mod-ssl-2.8.7 php-4.1.2 (Compiled with apxs/DSO support) The PHP-4.1.x patch was installed - I removed the unpacked php-4.1.2 ext/mnogosearch directory and replaced with mnogosearch-1.49 extension module. Then proceeded to configure PHP lie this: >cd php-4.1.2 >export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam" >CFLAGS='-O2 -I/usr/local/ssl/include' \ >./configure \ >--with-mnogosearch \ >--with-kerberos=/usr/kerberos \ >--with-mysql=/home/apps/mysql \ >--with-apxs=/home/httpd/bin/apxs \ >--with-imap --includedir=/usr \ >--enable-track-vars >make When I try to start the Apache web server, I get the following error: Syntax error on line 210 of /home/httpd/conf/httpd.conf: Cannot load /home/httpd/libexec/libphp4.so into server: /usr/local/mnogosearch/lib/libudmsearch-3.1.so: undefined symbol: sk_X509_new_null /home/httpd/bin/apachectl startssl: httpd could not be started Any help greatly appreciated! Reply: <http://www.mnogosearch.org/board/message.php?id=4330> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
