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

Re: [Handle-info] Problems building Client Library (ver. 5) -- C Version



On 2010-04-14, at 09:27, lfinsto@gwdg.de wrote:
> I've tried installing the C-API on another machine today.  I don't have
> root permissions on this machine, so I called configure using prefix=$PWD
> 
> `make' worked fine, but when I tried to run `make install', I got the
> following warning:
> 
> Warning: You do not have permissions to install into
> /usr/lib/perl5/5.8.3/i586-linux-thread-multi at
> /usr/lib/perl5/5.8.3/ExtUtils/Install.pm line 114.

Sorry about that.  In the future you can use

configure --prefix=$PWD --enable-perl=no

to avoid the perl stuff coming up.  However you should already have all you need even so:

> I found the shared library file  hdllib.so in
> 
> [...]/handle_c_api/hcc-5.3.3/perl/blib/arch/auto/hdllib.

Now, by picking something out of the perl directory, I believe you're getting something perl-specific.  I don't think that's what you want.

Since you used ./configure --prefix=$PWD, you should use the libhdl installed in $PWD/lib.

Let me know if that works for you.

Best,
Robert

_______________________________________________
Handle-Info mailing list
Handle-Info@cnri.reston.va.us
http://www.handle.net/mailman/listinfo/handle-info