Hello,

It's good, I managed!
The directory "/usr/X11R6" was missing. So I check the Internet for a solution 
and I found.
This user has the same problem as me, 
http://forums.macgeneration.com/unix-linux-and-open-source/fink-x11-et-xfree86-135977.html
 (Sorry, it is in french.)

The problem is in this:
        Q5.6: How can I uninstall all of Fink?

        A: Almost all files installed by Fink are in /sw (or wherever you chose 
to install it). Thus in order to get rid of Fink, enter this command:

        sudo rm -rf /sw
        The only exception to this rule is XFree86 or X.org. If you installed 
an X server through Fink (i.e., you installed the xfree86, xfree86-rootless, or 
xorg packages,    instead of using system-xfree86) and want to remove it, you 
will need additionally to enter this:

        sudo rm -rf /usr/X11R6 /etc/X11 /Applications/XDarwin.app
        If you aren't planning to reinstall Fink you also will want to remove 
the "source /sw/bin/init.csh" line you added to your .cshrc file or the

        "source /sw/bin/init.sh" line you added to your .bashrc file, whichever 
is appropriate to your setup, using a text editor.

When I removed for the first time, I removed this directories too (/usr/X11R6 
/etc/X11). Therefore when I wanted to reinstall fink and tried to install 
PyMol, it could not work because I had deleted the directories. I just 
reinstalled X11(packages directory) from CD installation of Lion and Xcode too 
then fink from source again. 

Now PyMol works perfectly! 



( During gcc46 installation, I had this error message:

>-----WARNING-----WARNING-----WARNING----- 
> You seem to have GMP installed in /usr/local. 
> This is known to cause gcc44 to fail to build. 
> Please move aside /usr/local and try again.
> -----WARNING-----WARNING-----WARNING-----

I used your trick --> 
http://osdir.com/ml/fink-users-osx-unix/2011-09/msg00088.html:

> sudo mv /usr/local /usr/local.moved
> fink install gcc46
> sudo mv /usr/local.moved /usr/local

And this is works! ) 


Thanks for your help! : ) 

-- Jerome

Le 22 oct. 2011 à 21:46, Alexander Hansen a écrit :

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 10/22/11 2:18 PM, Jerome Eberhardt wrote:
>> I get this ... : /
>> 
>> checking for library libX11.6.dylib... missing - checking for
>> Growl... found, Growl - checking for Growl version... 1.2.2-1 
>> Package: 64bit-cpu Status: install ok installed
>> 
>> Should I reinstall X11 completely ?
>> 
> 
> Possibly not.  Fink assumes (for backward compatibility reasons) that
> you have /usr/X11R6 as a symbolic link pointing to /usr/X11, and it
> may just be that link which is missing.
> 
> Check this by running:
> 
> ls -l /usr/X11R6
> ls /usr/X11/lib/libX11.6.dylib
> 
> If you don't have the symbolic link, but you do have the library, then
> running
> 
> cd /usr
> sudo ln -s X11 X11R6
> 
> should fix this.
> - -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAk6jHX8ACgkQB8UpO3rKjQ9upgCbBPsId/eBQDyiJI+O/XeobwSf
> kxYAn2dSSpPI5mzDSripq18foJTxNlMK
> =QrUQ
> -----END PGP SIGNATURE-----

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to