ID: 34636
Comment by: rg dot viza at gmail dot com
Reported By: webmaster at sunshinearcade dot com
Status: No Feedback
Bug Type: Compile Failure
Operating System: Fedora Core 3
PHP Version: 5.0.5
New Comment:
If you disable the CLI when configuring the source code this error does
not occur. Is there a hardcoding concerning libgcrypt in the cli
configuration?
Thought I'd add this observation since it doesn't look like anyone
tried this troubleshooting measure.
Previous Comments:
------------------------------------------------------------------------
[2007-11-16 07:02:20] gigipthta at yahoo dot com
Got this error while compiling php5.0 on fedora core 4
Please help
-lz -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto
-lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lcurl -lssl
-lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -lidn -lssl -lcrypto
-lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl
-lz -lz -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lxslt
-lxml2 -lz -lm -lcrypt -o sapi/cli/php
/usr/bin/ld: cannot find -lgcrypt
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
------------------------------------------------------------------------
[2007-02-13 11:56:35] ben at qolc dot net
I hit this bug too, building 5.2.1 on RHEL 4. I think the configure
script should test for that library if --with-xsl is specified; many
distributions have separate packages for the runtime and compiletime
parts of libraries.
------------------------------------------------------------------------
[2005-10-12 17:03:08] phpbugrep-20050921 at pgregg dot com
This is due to an unresolved dependency in RHEL 4 and FC.
resolve with:
root/pts/3-/mnt/RedHat/RPMS-178#->rpm -i
libgpg-error-devel-1.0-1.i386.rpm libgcrypt-devel-1.2.0-3.i386.rpm
Or whatever versions came with your RedHat CDs
PHP will then make cleanly.
Paul Gregg
------------------------------------------------------------------------
[2005-10-04 01:00:03] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, 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".
------------------------------------------------------------------------
[2005-09-26 08:49:45] [EMAIL PROTECTED]
Something you're building against needs libgcrypt (no idea why, but
this
seems to be a rather common FC problem). Try running this:
up2date libgcrypt-devel
(if this doesn't work, you may need to fetch an RPM of libgcrypt from
www.rpmfind.net).
And then compile again.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34636
--
Edit this bug report at http://bugs.php.net/?id=34636&edit=1