[ncl-install] NCL 5.1.0 and libcurl

David Brown dbrown at ucar.edu
Mon Mar 30 12:03:43 MDT 2009


Hi Mateus,

I have seen a report that suggests a pretty simple work-around:

If you have root access the most straightforward thing to do is to  
create the following symbolic link:
ln -s /usr/lib/libcurl.so /usr/lib/libcurl.so.3

This is assuming that your existing libcurl is in /usr/lib/.

/usr/lib/libcurl.so is usually itself a symbolic link to the current  
version of libcurl.

If you don't have root access or you don't want to modify the system  
library directories at all, then another option would be to
create the symbolic link in your own directory space, e.g.

ln -s /usr/lib/libcurl.so <my-directory-path>/libcurl.so.3

you would then need to add <my-directory-path>  to LD_LIBRARY_PATH:

(using csh): setenv LD_LIBRARY_PATH <my-directory-path>:$LD_LIBRARY_PATH

If this does not work, let us know. The other alternative is to  
actually install a copy of libcurl.so.3, but it has other  
dependencies that
make it a somewhat painful process.
  -dave



On Mar 29, 2009, at 11:31 AM, Mateus Teixeira wrote:

> Dear NCL users,
>
> I'm trying to run NCL 5.1.0 OPeNDAP-enabled binaries on Fedora 10,  
> but it complains about libcurl.so.3 file. I checked my system and  
> found that there is a version of libcurl package that provides the  
> file libcurl.so.4. I didn't find a package providing the requered  
> file.
>
> Is there a solution or a workaround to this problem?
>
> Best regards,
>
>
> -- 
> Mateus da Silva Teixeira
>
> Registered Linux User #466740
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20090330/57d67086/attachment.html 


More information about the ncl-install mailing list