On Sat, Apr 07, 2007 at 05:20:19PM +0200, Lars Ebeling (was 192.168.0.2) said:
> Dear all,
> 
> make gives the following error on HPUX 11.11
> 
> make[2]: Entering directory `/tmp/clamav-0.90.1/libclamav'                    
>   
> /bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libclamav.la 
<snip>
> -lcurl

This means you have a libtool.la file somewhere that says there is a
static version of curl at /usr/local/lib/.libs/libcurl.a.  It is
apparently mistaken.

> (cd .libs/libclamav.lax/libcurl.a && ar x /usr/local/lib/.libs/libcurl.a)     
>   
> ar: /usr/local/lib/.libs/libcurl.a: No such file or directory                 
>   
> make[2]: *** [libclamav.la] Error 9                                           
>   
> make[2]: Leaving directory `/tmp/clamav-0.90.1/libclamav'                     
>   
> make[1]: *** [all-recursive] Error 1                                          
>   
> make[1]: Leaving directory `/tmp/clamav-0.90.1'                               
>   
> make: *** [all] Error 2                                                       
>   

This looks to me like a curl issue, not a clamav issue.  Did you install
curl with --disable-static or something?
-- 
 --------------------------------------------------------------------------
|  Stephen Gran                  | One of the most overlooked advantages   |
|  [EMAIL PROTECTED]             | to computers is...  If they do foul up, |
|  http://www.lobefin.net/~steve | there's no law against whacking them    |
|                                | around a little.   -- Joe Martin        |
 --------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to