Edit report at http://bugs.php.net/bug.php?id=54500&edit=1
ID: 54500 User updated by: glen at delfi dot ee Reported by: glen at delfi dot ee Summary: remove bogus ltdl linking Status: Open Type: Bug Package: mcrypt related Operating System: PLD Linux PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: seems the original place the -lltdl snipped in is here: http://svn.php.net/viewvc?view=revision&revision=30132 if that's any help for accepting patch Previous Comments: ------------------------------------------------------------------------ [2011-04-09 16:28:46] glen at delfi dot ee Description: ------------ seems mcrypt adds bogus ltdl lib to linking. this php extension does not use ltdl, it uses mcrypt_module_open from mcrypt library, and mcrypt library links with ltdl, the -lltld in php extension is clearly superfluous the original commit from 2003: http://svn.php.net/viewvc?view=revision&revision=114195 the author there either had no clue what he was doing or the mcrypt he used for linking was broken, as even that time the php extension used no symbols from libtool's ltdl library the patch removes ltdl linking ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54500&edit=1