php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14891 Additional libraries directories missing during compilation
Submitted: 2002-01-06 11:32 UTC Modified: 2002-05-25 00:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: bp at phoe dot frmug dot org Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.1.1 OS: FreeBSD 4.2-RELEASE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
21 - 20 = ?
Subscribe to this entry?

 
 [2002-01-06 11:32 UTC] bp at phoe dot frmug dot org
./configure --with-pgsql=/usr/local/some-non-std-path/pgsql
produced a config_vars.mk files ommiting the postgres
library directory:

$ grep /usr/local/some-non-std-path/pgsql config_vars.mk
$

config_vars.mk had to be hand tooled to compile php.

This trouble is also exhibited with msql.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-12 19:53 UTC] sniper@php.net
I can't reproduce this..could you please try PHP 4.2.0RC3
from http://www.php.net/~derick/

 [2002-04-16 06:11 UTC] bp at phoe dot frmug dot org
Reproduced with 4.1.2 and 4.2.0RC4.

Symptom:

/bin/sh /home/elrond/tmp/php-4.2.0RC4/libtool --silent --mode=link gcc -I. -I/home/elrond/tmp/php-4.2.0RC4/ -I/home/elrond/tmp/php-4.2.0RC4/main -I/home/elrond/tmp/php-4.2.0RC4 -I/home/elrond/tmp/php-4.2.0RC4/Zend -I/usr/local/packages/msql//include -I/usr/local/packages/pgsql//include  -I/home/elrond/tmp/php-4.2.0RC4/TSRM -g -O2   -o php -export-dynamic  stub.lo libphp4.la 
/usr/libexec/elf/ld: cannot find -lpq
 [2002-04-24 22:18 UTC] sniper@php.net
What was your configure line like?
Can you also try the latest cvs snapshot from http://snaps.php.net/ which has a new improved build system..

 [2002-05-25 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC