[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Devel package
- Subject: [cobalt-users] Devel package
- From: "Tom Arriola [Crime Scene]" <toma@xxxxxxxxx>
- Date: Wed Nov 19 11:05:07 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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