Roberto Ullfig wrote:
> Török Edwin wrote:
>   
>> Roberto Ullfig wrote:
>>   
>>     
>>> This won't work for us. This creates a usr hierarchy starting under DESTDIR.
>>>
>>> The installation needs to go into directories like this:
>>>
>>> /mnt/aaa/bbb/local/ccc/ddd/bin
>>> /mnt/aaa/bbb/local/ccc/ddd/lib
>>>   
>>>     
>>>       
>> Is that the final destination? If yes you can use ./configure
>> --prefix=/mnt/aaa/bbb/local/ccc/ddd
>>
>> Best regards,
>> --Edwin
>> _______________________________________________
>> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
>> http://lurker.clamav.net/list/clamav-users.html
>>
>>   
>>     
> Well, it's the final destination for the repository but not for the 
> actual installations (/usr/local). I suppose I'll need to compile it 
> twice then, once for each location even though it never gets run from 
> the repository.
>
>   
No, that's not going to work since the copy in our repository needs to 
be identical to the copy that gets installed in /usr/local. We copy the 
files from the repository to /usr/local when we clone a new server.

Will commenting out the 4 lines in libtool break anything?

In summary, I need to be able to install an identical copy of the clamav 
installation in another location and that other location's path is 
nothing like /usr/local/lib.

I guess I can make a note of what files were installed and copy them by 
hand but I'd rather use the ready made install script supplied by clamav.


-- 
Roberto Ullfig - [EMAIL PROTECTED]


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

Reply via email to