On Thu, 30 Jan 2003, Marcus Börger wrote:

>Why? I thought when trying to link with only the new libraries
>i could test them alone. On which library did it fail for you?
>
>And if i reset LIBS what is the complete difference?

     Now you reset LDFLAGS, which contains all the -L/path/to/lib
     definitions. But you leave LIBS alone, which is still
     used in the test -> test fails because libssl is not found..
     
     --Jani
          


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to