Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Boyd Hemphill
In my admittedly limited experience, I would have to support Keith.    I wear several hats, one is sys admin, one is dba and one is developer.   If I am doing sys admin stuff I will log in and su unless it is system related (ie compiling and installing software.)  In this case I log in as root.

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
if I was working > as Linux sys admin, then I would have to work as root user, > so I thought I may as well get some practice on my own > machine first. > > Regards > > Keith > > On Fri, 3 Mar 2006, Sasha Dolgy wrote: > > > To: php-install@lists.php.net >

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread php
my own machine first. Regards Keith On Fri, 3 Mar 2006, Sasha Dolgy wrote: > To: php-install@lists.php.net > From: Sasha Dolgy <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so > > Hi Keith. > > "Also, some other packages will re

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
Hi Keith. "Also, some other packages will refuse to install without working as root user" I am not disagreeing with this. Infact, if you want the application available to other users other then yourself and without making your home directory open to the rest of the users on the system, it is req

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Julien Bonastre
To: Sent: Friday, March 03, 2006 7:18 PM Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so I would tend to disagree with some of the suggestions that Keith has made. 1. You shouldn't use root until you do a make install. 2. There isn't a need to chmod 777 a director

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread php
takes! Keith In theory, theory and practice are the same; In practice they are not. On Fri, 3 Mar 2006, Sasha Dolgy wrote: > To: php-install@lists.php.net > From: Sasha Dolgy <[EMAIL PROTECTED]> > Subject: Re: [PHP-INSTALL] apxs Error: related to libphp5.so > > I would tend to

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-03 Thread Sasha Dolgy
apache2 permissions again. > > HTH > > Keith > > In theory, theory and practice are the same; > In practice they are not. > > On Thu, 2 Mar 2006, Tara wrote: > > > To: php-install@lists.php.net > > From: Tara <[EMAIL PROTECTED]> > > Subject: [PHP-INSTAL

Re: [PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-02 Thread php
ce are the same; In practice they are not. On Thu, 2 Mar 2006, Tara wrote: > To: php-install@lists.php.net > From: Tara <[EMAIL PROTECTED]> > Subject: [PHP-INSTALL] apxs Error: related to libphp5.so > > Hi, > > I have successfully installed Apache 2.2, and MySQL 5. o

[PHP-INSTALL] apxs Error: related to libphp5.so

2006-03-02 Thread Tara
Hi,   I have successfully installed Apache 2.2, and MySQL 5. on RHEL 4. However, having problems when installing php5. Your insights and help are greatly appreciated.   The following steps were successful > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/share/mysql >