Hi
I am attempting to build Open EMS 0.35 on Ubuntu 16.04 with no luck.
Followed all the steps in the wiki and installed all the required packages, including libcgal-qt5-dev, but still the make fails.
Can anyone take a look at the attached log file and advice?
Thanks,
Oren
Build failure on Ubuntu 16.04
Moderators: thorsten, sebastian
Build failure on Ubuntu 16.04
- Attachments
-
build_20170225_082558.log
- (99.09 KiB) Downloaded 378 times
Re: Build failure on Ubuntu 16.04
Hi Oren,
I too use Ubuntu 16.04 and thus this should be the one distribution with the least problems... well it should...
The log says that your system library (/usr/lib/x86_64-linux-gnu/libpq.so.5) complains about missing SSL library. Very odd.
CSXCAD and openEMS did build fine, it was just the GUI tool AppCSXCAD that failed...
I do not spot an immediate solution.
I guess I need to setup a VM with a fresh Ubuntu and give it a try....
You use a normal Ubuntu 16.04(.02) as a 64 bit version?
regards
Thorsten
I too use Ubuntu 16.04 and thus this should be the one distribution with the least problems... well it should...
The log says that your system library (/usr/lib/x86_64-linux-gnu/libpq.so.5) complains about missing SSL library. Very odd.
CSXCAD and openEMS did build fine, it was just the GUI tool AppCSXCAD that failed...
I do not spot an immediate solution.
I guess I need to setup a VM with a fresh Ubuntu and give it a try....
You use a normal Ubuntu 16.04(.02) as a 64 bit version?
regards
Thorsten
Re: Build failure on Ubuntu 16.04
Well I just tried with a fresh Ubuntu 16.04.02 64bit. Everything worked fine...
I'm not sure why it fails on your system...
Can you give more details about your system?
Otherwise I would need to have a closer look at the log to see anything else that might cause this problem...
regards
Thorsten
I'm not sure why it fails on your system...
Can you give more details about your system?
Otherwise I would need to have a closer look at the log to see anything else that might cause this problem...
regards
Thorsten
Re: Build failure on Ubuntu 16.04
Hi thorsten, thanks for the quick reply.
Following your answer I managed to build openEMS successfully.
By running a google search on the missing SSL line in the log file (line number 1900), I found the error was due to additional libpq packages installed by anaconda (see here).
Removing the anaconda PATH from ~/.bashrc and restarting ubuntu solved the issue.
Gonna start playing with openEMS this weekend, should be fun!
Oren
Following your answer I managed to build openEMS successfully.
By running a google search on the missing SSL line in the log file (line number 1900), I found the error was due to additional libpq packages installed by anaconda (see here).
Removing the anaconda PATH from ~/.bashrc and restarting ubuntu solved the issue.
Gonna start playing with openEMS this weekend, should be fun!
Oren