Turns out you had it right Aaron. I added "--with-pgsql=/usr", and the ./configure process was able to succeed. Ended up having to do a "find / | grep xxxx" for a couple of libraries / headers it was looking for. When I saw I was getting /usr/include and /usr I thought I'd try just "/usr". When you mentioned it, I misinterpreted what you were saying and thought you meant it would be in a sub-directory under /usr somewhere.
All's well now - I think.... Thanks again. Shawn -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shawn Sent: Tuesday, February 10, 2004 12:10 AM To: 'CLUG General' Subject: RE: [clug-talk] PHP5 - compiling from source? Thanks Aaron. I have successfully compiled PHP5 Beta3. The "make install" handled all the configuration for me - I was able to restart Apache with PHP support. That was pretty slick, seeing as it placed some files in locations not standard for a Gentoo server - but everything was properly connected in the end. The only outstanding item now is Postgresql support. I tried putting the "--with-psgql" option into the configure, but it failed. I guess I specified the wrong folder. Any tips on how to determine where the correct Postgresql folder is located? (short of me re-emerge Postgres and watching the output). Thanks again for the help. Shawn -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron J. Seigo Sent: Monday, February 09, 2004 10:03 PM To: [EMAIL PROTECTED] Subject: Re: [clug-talk] PHP5 - compiling from source? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On February 09, 2004 08:44, Shawn wrote: > I have found reference to the "-with-pgsql=" option, but I'm not quite sure > what goes after the equals sign - the pgsql executable? the location of it? the prefix to which pgsql was installed... the default install goes to /usr/local/pgsql, though most distros package into the LSB compatible /usr .. - -- Aaron J. Seigo GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 while (!horse()); cart(); -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFAKGXv1rcusafx20MRAvs9AJ0Tt9kdzFp7qqeGlooVIw4Gx2cwgQCgnyo/ zCNKl2ggqKs8EdiXpM9Uung= =lt1M -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

