php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #16758 Configure "Libraries have been installed in" and where they really are
Submitted: 2002-04-23 11:30 UTC Modified: 2010-12-20 13:36 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: PLancashire at Columbia dot com Assigned: jani (profile)
Status: Closed Package: *General Issues
PHP Version: 4.1.2 OS: Solaris 2.8
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: PLancashire at Columbia dot com
New email:
PHP Version: OS:

 

 [2002-04-23 11:30 UTC] PLancashire at Columbia dot com
configure reports wrong location of where the java.so
extension is for updating the LD_LIBRARY_PATH

---Environment------------------------------------
Solaris Sparc 2.8 Patchkit as of 5/Apr/2002
Gcc 3.0.3 (Sunfreeware)
binutils 2.11.2 (Sunfreeware)
GNU Make version 3.79.1 (Sunfreeware)
GNU libtool 1.4 (1.920 2001/04/24 23:26:18) (Sunfreeware)
java j2sdk1.4.0
Zlib 1.1.4 (source)
php 4.1.2

PATH includes /usr/j2sdk1.4.0/bin
JAVA_HOME /usr/j2sdk1.4.0
---------------------------------------------------

---configure---------------------------------------
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/httpd/conf \
--without-mysql \
--with-zlib-dir=/usr/local \
--with-zlib=/usr/local \
--with-java=/usr/j2sdk1.4.0
---------------------------------------------------


---------------------------------------------------
Libraries have been installed in:
   /usr/local/build/php4-200204230600/modules

If you ever happen to want to link against installed libraries [snip]
---------------------------------------------------

Gives the build (source) directory path not the
make install path:
/usr/local/lib/php/extensions/no-debug-non-zts-20010901/java.so

Also question: How do I change the directory this
extension is placed in ?

Thanks

-pete


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 19:12 UTC] sniper@php.net
Reclassified. The configure options to control this
and the other stuff installed are not working that well.

btw. Update to PHP 4.2.0 first.
Then check the --with-layout and --prefix and --libdir options.

--Jani

 [2010-12-20 13:36 UTC] jani@php.net
-Status: Assigned +Status: Closed -Package: Feature/Change Request +Package: *General Issues -Assigned To: +Assigned To: jani
 [2010-12-20 13:36 UTC] jani@php.net
This was "fixed" long time ago, the path where shared modules are installed is shown when you do 'make install'.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 21 03:01:27 2024 UTC