Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45004 invoked by uid 500); 31 Jul 2002 12:38:33 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44977 invoked from network); 31 Jul 2002 12:38:33 -0000 Received: from inbound.firstnet.net.uk (HELO relay.firstnet.net.uk) (212.103.224.21) by daedalus.apache.org with SMTP; 31 Jul 2002 12:38:33 -0000 Received: (qmail 13017 invoked by uid 504); 31 Jul 2002 12:38:19 -0000 Received: from unknown (HELO arsenic) (212.103.233.1) by tulyar.first with SMTP; 31 Jul 2002 12:38:19 -0000 From: "Julian Grunnell" To: "apache-users" , "apache-yahoo" Subject: Apache 1.3.26 + php 4.2.2 DSO error Date: Wed, 31 Jul 2002 13:38:19 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C23897.880B1500" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_000D_01C23897.880B1500 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi - having a few problems getting the above working.any ideas appreciated. Platform - Sun E220R Solaris 7 Apache 1.3.26 openssl-0.9.6d mysql-3.23.32 mod_ssl-2.8.9-1.3.26 Server build with most modules and max shared and works fine. But tried to install PHP 4.2.2 as a DSO with the following: './configure' \ '--with-mysql=/local/mysql' \ '--with-xml' \ '--enable-track-vars' \ '--with-apxs=/local/apache1326/bin/apxs' \ '--with-openssl=/local/openssl096d' \ It configures / makes and installs just fine. The apache configtest states the syntax is okay, but I get: Syntax error on line 238 of /config/apache1326/httpd.conf: Cannot load /local/apache1326/libexec/libphp4.so into server: ld.so.1: /local/apache1326/bin/httpd: fatal: relocation error: file /local/apache1326/libexec/libphp4.so: symbol __eprintf: referenced symbol not found When I try to start apache with SSL support. Any ideas? Thanks - J. - Julian Grunnell BSc, 3rd Line Technical Support - Firstnet Services Limited - tel: 0113 292 7739 : http://www.firstnet.net.uk - [ This message subject to: http://www.firstnet.net.uk/disclaimer.html ] ------=_NextPart_000_000D_01C23897.880B1500 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Apache 1.3.26 + php 4.2.2 DSO error

Hi - having a few problems getting the = above working…any ideas appreciated.

Platform - Sun E220R Solaris 7

Apache 1.3.26
openssl-0.9.6d
mysql-3.23.32
mod_ssl-2.8.9-1.3.26

Server build with most modules and max = shared and works fine. But tried to install PHP 4.2.2 as a DSO with the = following:

'./configure' \
'--with-mysql=3D/local/mysql' \
'--with-xml' \
'--enable-track-vars' \
'--with-apxs=3D/local/apache1326/bin/apxs' \
'--with-openssl=3D/local/openssl096d' = \

It configures / makes and installs just = fine. The apache configtest states the syntax is okay, but I get:

Syntax error on line 238 of = /config/apache1326/httpd.conf:
Cannot load = /local/apache1326/libexec/libphp4.so into server: ld.so.1: = /local/apache1326/bin/httpd: fatal: relocation error: file = /local/apache1326/libexec/libphp4.so: symbol __eprintf: referenced = symbol not found

When I try to start apache with SSL = support.

Any ideas?

Thanks - J.

- Julian Grunnell BSc, 3rd Line Technical Support - Firstnet = Services Limited

- tel: 0113 292 7739 : http://www.firstnet.net.uk

- [ This message subject to: = http://www.firstnet.net.uk/disclaimer.html ]


------=_NextPart_000_000D_01C23897.880B1500--