php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20361 Compile failed with gettext
Submitted: 2002-11-11 07:45 UTC Modified: 2002-11-21 17:15 UTC
From: bariou at brasnah dot com Assigned:
Status: No Feedback Package: Gettext related
PHP Version: 4.3.0-pre2 OS: RH 7.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-11-11 07:45 UTC] bariou at brasnah dot com
When I compile --with-gettext

Failing message :

Warning inter-library dependencies are not known to be supported

..... libtool will create a static module....

/usr/bin/ld: cannot open output file rxt/gettext/ .libs/:is a directory

my Configure directives directives are :

./configure' '--prefix=/usr/local/apache' '--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/php' 'with-gettext=shared' '--with-dom=/usr' '--enable-socket=shared' '--with-ttf' '--enable-inline-optimization' '-enable-magic-quotes' '--enable-trans-id' '--enable-bc-math' '--enable-memory-limit' '--enable-wddx' '--enable-sysvshm=shared' '--with-iconv=/usr/local' '--with-png-dir=/usr' '--with-jpeg-dir=/usr' '--with-tiff-dir=/usr' '--with-freetype-dir=/usr' '--with-zlib-dir=/usr' '--with-gd=/usr' '--enable-gd-native-ttf' '--with-mysql=/usr/local/mysql' '--enable-ftp' '--with-pdflib=/usr/local' '--with-xpm-dir=/usr/X11R6' '--enable-xslt' '--with-xslt-sablot=/usr/local' '--with-expat-dir=/usr' '--with-mnogosearch=/usr/local' '--with-mcrypt=/usr/local' '--with-zlib=/usr' '--with-xmlrpc' '--enable-libgcc' '--with-java=/usr/java/j2sdk1.4.1' '--with-tsrm-pth' '--disable-mbstring' 

Thanks for your follow-up

Marcel


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-11 07:49 UTC] derick@php.net
You made a typo "with-gettext=shared" instead of "--with-gettext=shared"
 [2002-11-11 07:52 UTC] bariou at brasnah dot com
Don't take for the -- forgotten in the with-gettext in the configure directive, it's only a bad copy (typo fault)

make failed with gettext after a correct ./configure

Marcel
 [2002-11-11 07:54 UTC] derick@php.net
Pleaes give us some more output from make, the ideal solutino would be to put the full output on some website for us to see.

Derick
 [2002-11-11 08:22 UTC] bariou at brasnah dot com
I place a make.log file here => http://www.brasnah.fr/make.log with some extra messages at the end of the file

Thanks

Marcel
 [2002-11-11 09:43 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-11-11 09:46 UTC] sniper@php.net
Can you also try reducing those configure options to only consist of '--with-gettext=shared' ??

(as that works fine here..)

 [2002-11-11 11:29 UTC] bariou at brasnah dot com
With the last snapshot 2002110111739 The make doesn't failed, but I was enable to run a make test. I've always the same warning messages about the libiconv. I make the install =>

Apache start, tomcat start, jk is ok , jive is ok and some test of my own are running with PHP, gettext seems ok. But the process of variable through the GET method is always different (that is to say out of order for me)  compared to the previous release <4.3xxx of PHP
 [2002-11-11 18:13 UTC] sniper@php.net
Huh? What exactly do you mean with that '$_GET' thing? 
What's the problem you see?

And is the gettext problem fixed or not with the latest CVS snapshot?

 [2002-11-21 17:15 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC