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
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 directory for the installation to be successful. http://www.codecomments.com/archive214-2005-11-671834.html Seems you aren't th

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

2006-03-02 Thread php
Sounds like php has a problem trying to install the php module into the apache modules directory, which it will do by default. Did you compile/install Apache as root user? Are you compiling php5 as root user? Did you do a 'make clean' after installing apache 2? I don't think you need to unles