|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-04-21 02:39 UTC] aleksey dot zholdak at gmail dot com
Description: ------------ Package does not install Reproduce code: --------------- # pecl install rrd downloading rrd-1.0.2.tar ... ... configure: error: rrd lib version seems older than 1.3.0, update to 1.3.0+ ERROR: `/go-pear/rrd/configure' failed # rrdtool -v RRDtool 1.4.5 Copyright 1997-2010 by Tobias Oetiker <tobi@oetiker.ch> Compiled Apr 12 2011 17:29:02 # pkg_version | grep rrd rrdtool = Full configure.log here: http://depositfiles.com/files/2xslh294m Expected result: ---------------- Successful installation Actual result: -------------- Package does not install PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |
i committed this into the FreeBSD ports tree today. All i had to add was: CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" The last config.log shows that -L/usr/local/lib is still missing. HTH, Florian