Compilation question

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Compilation question

Bugzilla from dudasg@freemail.hu
Hi!

I have a quite simple question regarding to compilation of digikam from
source.
I got this error:

grep: /usr/lib/libtiff.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
make[3]: *** [kipiplugin_jpeglossless.la] Error 1
make[3]: Leaving directory
`/home/dudeeg/install/source/digikam/libs/kipi-plugins/jpeglossless'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/dudeeg/install/source/digikam/libs/kipi-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dudeeg/install/source/digikam/libs'
make: *** [all] Error 2

I know the reason, that is my libtiff is not located in /usr/lib, but in
/usr/local/lib .
Now, how to give this path of libtiff to configure?

Thanks!
Regards,
Gabor
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation question

Bugzilla from dudasg@freemail.hu
No idea for this small problem?
I would like to compile digikam today, cause I have 3 GByte of RAW files
to convert.

Thanks!
Gabor


Dudas Gabor wrote:

> Hi!
>
> I have a quite simple question regarding to compilation of digikam from
> source.
> I got this error:
>
> grep: /usr/lib/libtiff.la: No such file or directory
> /usr/bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
> libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
> make[3]: *** [kipiplugin_jpeglossless.la] Error 1
> make[3]: Leaving directory
> `/home/dudeeg/install/source/digikam/libs/kipi-plugins/jpeglossless'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/dudeeg/install/source/digikam/libs/kipi-plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dudeeg/install/source/digikam/libs'
> make: *** [all] Error 2
>
> I know the reason, that is my libtiff is not located in /usr/lib, but in
> /usr/local/lib .
> Now, how to give this path of libtiff to configure?
>
> Thanks!
> Regards,
> Gabor
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>
>  

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation question

Luis Bernardo-3

what if you just create a soft link in /usr/lib that point to
/usr/local/lib?

% cd /usr/lib
% ln -s /usr/local/lib/libtiff libtiff

Luis

Dudas Gabor wrote:

> No idea for this small problem?
> I would like to compile digikam today, cause I have 3 GByte of RAW files
> to convert.
>
> Thanks!
> Gabor
>
>
> Dudas Gabor wrote:
>  
>> Hi!
>>
>> I have a quite simple question regarding to compilation of digikam from
>> source.
>> I got this error:
>>
>> grep: /usr/lib/libtiff.la: No such file or directory
>> /usr/bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
>> libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
>> make[3]: *** [kipiplugin_jpeglossless.la] Error 1
>> make[3]: Leaving directory
>> `/home/dudeeg/install/source/digikam/libs/kipi-plugins/jpeglossless'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>> `/home/dudeeg/install/source/digikam/libs/kipi-plugins'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/dudeeg/install/source/digikam/libs'
>> make: *** [all] Error 2
>>
>> I know the reason, that is my libtiff is not located in /usr/lib, but in
>> /usr/local/lib .
>> Now, how to give this path of libtiff to configure?
>>
>> Thanks!
>> Regards,
>> Gabor
>> _______________________________________________
>> Digikam-users mailing list
>> [hidden email]
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>
>>
>>  
>>    
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>  

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compilation question

Bugzilla from dudasg@freemail.hu
Well...I'll give it a try; however, I think there is some other option
for configure, like --with-extra-libs or stg, but I don't know exactly
how to set this correctly.

Thanks,
Gabor


Luis Bernardo wrote:

>
> what if you just create a soft link in /usr/lib that point to
> /usr/local/lib?
>
> % cd /usr/lib
> % ln -s /usr/local/lib/libtiff libtiff
>
> Luis
>
> Dudas Gabor wrote:
>> No idea for this small problem?
>> I would like to compile digikam today, cause I have 3 GByte of RAW
>> files to convert.
>>
>> Thanks!
>> Gabor
>>
>>
>> Dudas Gabor wrote:
>>  
>>> Hi!
>>>
>>> I have a quite simple question regarding to compilation of digikam
>>> from source.
>>> I got this error:
>>>
>>> grep: /usr/lib/libtiff.la: No such file or directory
>>> /usr/bin/sed: can't read /usr/lib/libtiff.la: No such file or directory
>>> libtool: link: `/usr/lib/libtiff.la' is not a valid libtool archive
>>> make[3]: *** [kipiplugin_jpeglossless.la] Error 1
>>> make[3]: Leaving directory
>>> `/home/dudeeg/install/source/digikam/libs/kipi-plugins/jpeglossless'
>>> make[2]: *** [all-recursive] Error 1
>>> make[2]: Leaving directory
>>> `/home/dudeeg/install/source/digikam/libs/kipi-plugins'
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory `/home/dudeeg/install/source/digikam/libs'
>>> make: *** [all] Error 2
>>>
>>> I know the reason, that is my libtiff is not located in /usr/lib,
>>> but in /usr/local/lib .
>>> Now, how to give this path of libtiff to configure?
>>>
>>> Thanks!
>>> Regards,
>>> Gabor
>>> _______________________________________________
>>> Digikam-users mailing list
>>> [hidden email]
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>>>
>>>
>>>      
>>
>> _______________________________________________
>> Digikam-users mailing list
>> [hidden email]
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>  
>
>
>

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users