Hello.
I have been having an issue with the majority of the ports I've been trying to install. Apache22, MySQL, PHP, PostgreSQL, Python, Ruby, and Subversion all give me the same errors related an .so file -- it is a different for each one.
Here are the errors:
The undefined references are always the same, but the .so file causing the error is different.
I saw this post from someone with the same issue with Python:
http://forums.freebsd.org/showthread.php?t=29442
I tried to do the solution, but I get the following error:
I am using FreeBSD 9.1-RELEASE.
I don't have any problems installing or running the software from packages, it's only when I build them that there's a problem.
I don't know what to do to fix this issue and it's stopping me from using my server. I need to install software with certain options enabled and I can't do that.
Does anyone know what's wrong and how to fix it?
Thank you.
I have been having an issue with the majority of the ports I've been trying to install. Apache22, MySQL, PHP, PostgreSQL, Python, Ruby, and Subversion all give me the same errors related an .so file -- it is a different for each one.
Here are the errors:
Code:
undefined reference to `_sem_timedwait'
undefined reference to `_sem_getvalue'
undefined reference to `_sem_destroy'
undefined reference to `_sem_wait'
undefined reference to `_sem_init'
undefined reference to `_sem_post'
undefined reference to `_sem_trywait'
The undefined references are always the same, but the .so file causing the error is different.
I saw this post from someone with the same issue with Python:
http://forums.freebsd.org/showthread.php?t=29442
I tried to do the solution, but I get the following error:
Code:
ld: warning: cannot find entry symbol _start; not setting start address
/lib/libc.so.7: undefined reference to `__progname'
/lib/libc.so.7: undefined reference to `environ'
I am using FreeBSD 9.1-RELEASE.
I don't have any problems installing or running the software from packages, it's only when I build them that there's a problem.
I don't know what to do to fix this issue and it's stopping me from using my server. I need to install software with certain options enabled and I can't do that.
Does anyone know what's wrong and how to fix it?
Thank you.