[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Devel package



I am trying to install a new version of curl on a raq4 in a custom location
so it won¹t interfere with anything.  I need to run the following configure
command;

CPPFLAGS="-I/usr/include" \
LDFLAGS="-L/lib" \
 ./configure --prefix=/home/sites/home/users/admin/curly

However I don¹t have the correct path for the LDFLAGS. Can anyone fill me
in?

Alternatively, I¹m told that we need the cobalt -devel package or we need to
build a separate libssl that won't interfere with the system, and link curl
to that.

Thanks
Tom