php-install Digest 22 Jul 2001 04:47:54 -0000 Issue 374

Topics (messages 3650 through 3653):

Re: libphp4.so missing
        3650 by: Steve Brazill

Zend
        3651 by: Brent Meshier
        3653 by: Andi Gutmans

Problem loading libiodbc.so.2
        3652 by: Neil Aggarwal

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


You did not mention 'how' you install Apache or PHP (RPM method,  or
'source' package).

If you used the 'source' installation for both,  the file should be in the
"libexec" subdirectory of Apache.

First,  you should upgrade your version of Apache (including the server
acting as your "www" site) to the current version (1.3.20),  since the
version you are using is 'exploitable'....

----- Original Message -----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 21, 2001 5:25 AM
Subject: [PHP-INST] libphp4.so missing


Hi everybody,

After installation of  PHP 4.0.6 on a red hat 6.0 linux box with apache
1.3.14 as a DSO module, I can not locate the libphp4.so file on the system.
Any hints ?
Thanks in advance

Pericles






I've been running Apache Advanced Extranet server for quite some time with
PHP successfully.  I downloaded a software package from epiware.com which is
compiled in Zend.  My phpinfo() shows that Zend is installed, however, when
I load any of the scripts they are displayed in binary instead of executed.
What's the deal?

--Brent





Brent,

You need to download the Zend Optimizer which will allow you to run their
software (don't they note this in their install instructions?).
It's available for free at
http://www.zend.com/store/products/zend-optimizer.php

Regards,
Andi

On Sat, 21 Jul 2001, Brent Meshier wrote:

> I've been running Apache Advanced Extranet server for quite some time with
> PHP successfully.  I downloaded a software package from epiware.com which is
> compiled in Zend.  My phpinfo() shows that Zend is installed, however, when
> I load any of the scripts they are displayed in binary instead of executed.
> What's the deal?
> 
> --Brent
> 
> 
> 





Hello:

I am trying to set-up odbc on my RedHat 7.1 Server.
I want the PHP as a DSO for apache.

Here is what I did:

Logged in as root
cd /usr/local

Downloaded the file ftp://www.openlinksw.com/open40/l3kozzzz.taz
mkdir odbc
cd odbc
tar zxvf ../l3kozzzz.taz

cd /usr/local
Downloaded the php 4.0.6 source file from http://us4.php.net/downloads.php

tar zxvf php-4.0.6.tar.gz
cd php-4.0.6

./configure --with-zlib --with-iodbc=/usr/local/odbc/odbcsdk --with-mysql=/u
sr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
make
make install

cp php.ini-dist /usr/local/lib/php.ini
vi /etc/ld.so.conf
Added a line:
  /usr/local/odbc/odbcsdk/lib

When I tried to start apache via apachectl restart, I got this message
Starting apache: Syntax error on line 206 of
/usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libiodbc.so.2:
cannot load shared object file: No such file or directory
/usr/local/apache/bin/apachectl startssl: httpd could not be started

The lib files are existing and they should be loaded via the /etc/ld.so.conf
file.
Any ideas why apache cant find them?

Thanks,
        Neil.

--
Neil Aggarwal
JAMM Consulting, Inc.    (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development    Ecommerce, Java, JSP, servlets, databases



Reply via email to