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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bp at phoe dot frmug dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 11:01:30 2024 UTC