LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   [CentOS 6.7] configure: error: dlopen not found (https://www.linuxquestions.org/questions/linux-software-2/%5Bcentos-6-7%5D-configure-error-dlopen-not-found-4175577950/)

glathor 04-20-2016 02:46 PM

[CentOS 6.7] configure: error: dlopen not found
 
I'm trying to compile and install LibreOffice On-Line WebSocket server.
https://github.com/LibreOffice/onlin...master/loolwsd

I've installed the dependencies requested in the README but I'm running into this error when configuring the application.
Code:

configure: error: dlopen not found
Full output: http://pastie.org/pastes/10805889/text

Any point to the right direction? Kind of at a lost here. :/

hazel 04-21-2016 06:15 AM

Have you installed glibc-devel? That's where the glibc headers live and where functions like dlopen are listed. In most distros, you need a development package for each library that a build uses. I think they're called "-devel" in Red Hat distros. In Debian distros they're called "-dev".

glathor 04-22-2016 10:57 PM

Quote:

Originally Posted by hazel (Post 5534459)
Have you installed glibc-devel? That's where the glibc headers live and where functions like dlopen are listed. In most distros, you need a development package for each library that a build uses. I think they're called "-devel" in Red Hat distros. In Debian distros they're called "-dev".

Yes, I have glibc-devel installed. I even tried re-installing both glibc and devel but to do avail.


All times are GMT -5. The time now is 06:34 AM.