misc/185071: python3-config --ldflags returning bad values (no -L/usr/local/lib)

Ryan Lortie desrt at desrt.ca
Sat Dec 21 17:00:02 UTC 2013


The following reply was made to PR misc/185071; it has been noted by GNATS.

From: Ryan Lortie <desrt at desrt.ca>
To: bug-followup at FreeBSD.org
Cc:  
Subject: re: misc/185071: python3-config --ldflags returning bad values (no
 -L/usr/local/lib)
Date: Sat, 21 Dec 2013 11:58:42 -0500

 I think the problem is actually just a missing symlink from the package:
 
 python2 has /usr/local/lib/python2.7/config/libpython2.7.so ->
 /usr/local/lib/libpython2.7.so
 
 Adding a similar link for python3 fixes the issue for me:
 
 /usr/local/lib/python3.3/config-3.3m/libpython3.3m.so ->
 /usr/local/lib/libpython3.3m.so


More information about the freebsd-bugs mailing list