php3-list | 199807
Date: 07/30/98
- Next message: Richard L. Spangenberg: "[PHP3] The Basics: Getting Started with Scripts"
- Previous message: Brian Schaffner: "RE: [PHP3] Install Problem"
- In reply to: Bob Bowker: "[PHP3] Install Problem"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Install Problem"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Install Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
actually, both sources are well documented, and have very simple install
instructions... you really would be better off getting the sources and
compiling them, not to mention the fact that you will have more
up-to-date software, current php3 version is 3.0.2a and apache is
1.3.1.... once you download both sources to your machine, move them to
/usr/local (or wherever else you want) and do a 'tar -zxvf filename' on
them, this should decompress the tar balls into their default
directories, then you have to go into the apache dir and run ./configure
once, next drop back and into the php3 directory. run ./setup to
configure php with the options you want, then run make, then make
install... once you have done that, go back to the apache directory, run
./configure again, this time like this:
./configure --prefix=/<path>/apache \
--activate-module=src/modules/php3/libphp3.a
once that is done, run make, then make install. ok, once you have gone
through all of that, you need to setup your apache conf files, reboot,
and you should be set.
Jeremiah Davis
jdavis <email protected>
On Thu, 30 Jul 1998, Bob Bowker wrote:
> Good Morning --
>
> I have Apache 1.3 running smoothly on a local MySQL development system (RH
> Linux 5.0), and have been trying to install PHP3 using php-3_0-1_i386.rpm.
> I was able to solve the failed dependencies which arose at first, and PHP
> now installs with no reported errors --- until httpd restart.
>
> And that's where I'm stuck: httpd reports ...
>
> Cannot load path/libphp3.so into server: path/libphp3.so:
> undefined symbol: PQsetdbLogin
>
> Doing an "rpm -e php" restores httpd with no problem.
>
> I guessed that this was a Postgres issue, so I tried installing
> postgres.rpm and postgresql-6_2_1-1_i386.rpm, and in desperation last
> evening even tried installing postgresql-devel-??? ... all with no success.
>
> I'd appreciate any suggestions of how to get around this problem; I'm
> enough of a newbie to be uncomfortable heading for the Apache and PHP
> source code files, so I'd be grateful for an rpm solution.
>
> Thanks --
>
> Bob Bowker
> bowker <email protected>
> (323)851-6400
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
>
>
>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Richard L. Spangenberg: "[PHP3] The Basics: Getting Started with Scripts"
- Previous message: Brian Schaffner: "RE: [PHP3] Install Problem"
- In reply to: Bob Bowker: "[PHP3] Install Problem"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] Install Problem"
- Reply: Rasmus Lerdorf: "Re: [PHP3] Install Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

