Problems with installing libs4cdo
Added by Marco Hofmann over 13 years ago
Hello,
I try to install libs4cdo on Ubuntu 10.04 (Wine is installed), but
sudo make libs4cdo prefix=/usr/local/lib/libs4cdo/build 2>makelog.log
results some errors. I don't know what's going wrong but maybe the makelog.log file does help to find that out.
Thanks
Marco
makelog.log (143 KB) makelog.log |
Replies (5)
RE: Problems with installing libs4cdo - Added by Marco Hofmann over 13 years ago
Meanwhile I upgraded to Ubuntu 11.04 and installed curl. But installing libs4cdo still does not work.
Thanks for any help and regards,
Marco
RE: Problems with installing libs4cdo - Added by Ralf Mueller over 13 years ago
Hi Marco,
sorry for the delay,I was on vacation.
In you call
sudo make libs4cdo prefix=/usr/local/lib/libs4cdo/build 2>makelog.log
the prefix variable has to used in capital letters:
sudo make libs4cdo PREFIX=/usr/local/lib/libs4cdo/build 2>makelog.log
Give this a try at let me know the results!
regards
ralf
RE: Problems with installing libs4cdo - Added by Marco Hofmann over 13 years ago
Hi Ralf,
thanks for your reply and sorry for the delay of my answer, I was also on vacation.
I tried
sudo make libs4cdo PREFIX=/usr/local/lib/libs4cdo/build 2>makelog.log
but still some errors persist. Maybe it has still something to do with curl, which is installed with
sudo apt-get install curl
Regards
Marco
makelog.log (886 KB) makelog.log |
RE: Problems with installing libs4cdo - Added by Elder Beserra over 13 years ago
Hi Marco,
I had the same problem and solved it by installing 'curl-config' from one of the three listed packages available when you type 'curl-config' in the terminal.
Regards
Elder
RE: Problems with installing libs4cdo - Added by Marco Hofmann over 13 years ago
Hi Elder,
this solved my problem too. Everything seems to work fine now.
Thank You!
Marco