|
发表于 2005-12-16 22:41:38
|
显示全部楼层
呵呵,我是7楼吧~~~
那里的帖子给出了两个答案~~
一个是x86 64的用户~~因为lib64的引用问题,需要手工加lib路径~~~
一个,用不bz2代替了tar包就解决了问题~~~(个人认为这个不太可能出现在楼主的问题中)
因为我没有在openbsd下安装过~不清楚openbsd的状况~~不过根据lib64这个,我猜想应该是同样的问题~~~
The solution is *in this order*:
-run ./configure with your favorite options
-edit ./libtool: add /usr/lib64 (or wherever yours is) to
sys_lib_search_path_spec AND sys_lib_dlsearch_path_spec
then make and make install will run. (although I'm still having issues
with mysql's prebuilt binary dist. of libmysqlclient for the x86_64)
或许楼主可以指定一下lib的位置~~~可能openbsd的lib路径有差别~~ |
|