Chris Gordon-Smith wrote:
> On Wednesday July 12 2006 19:41, micahel schneider wrote:
>   
>> Am Mittwoch, 12. Juli 2006 18:15 schrieb John Meyer:
>>     
>>> Hi, has anybody successfully installed Lazarus under SuSE 10.1.  I try
>>> to, but it keeps complaining about gdk-pixbuf-devel and gtk+-devel.
>>> Where do I get those packages?
>>>       
>
> I had problems with these packages when I installed Lazarus on SUSE 10.0. It 
> turned out that the packages were not actually missing, but that there was a 
> problem with the naming of shared library executables.
>
> I went ahead with the Lazarus installation ignoring the package dependency 
> problem that RPM was reporting. Having done this, I found that building a 
> program would fail at the linking stage. It turned out that the libraries 
> that it said were missing were there, but with different names.
>
> To fix this I added the following links to my filesystem:-
>
> linux:/opt/gnome/lib # ln -s libgdk-x11-2.0.so.0    libgdk-x11-2.0.so
> linux:/opt/gnome/lib # ln -s libgdk_pixbuf-2.0.so.0    libgdk_pixbuf-2.0.so
> linux:/opt/gnome/lib # ln -s libgtk-x11-2.0.so.0    libgtk-x11-2.0.so
> linux:/opt/gnome/lib # ln -s libpango-1.0.so.0    libpango-1.0.so
> linux:/opt/gnome/lib # ln -s libatk-1.0.so.0    libatk-1.0.so
>
> Hope this helps.
>
> Chris Gordon-Smith
> www.simsoup.info
>
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
>
>   
I did that, but it gave me an error while creating the links "error:
file exists", and I got the ld -lgpk error while linking.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to