-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/13/11 5:49 PM, Fritz Hudnut wrote: > > > > On Thu, May 12, 2011 at 4:46 PM, Alexander Hansen > <[email protected] <mailto:[email protected]>> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 5/12/11 4:19 PM, Fritz Hudnut wrote: > > > > Ran the command . . . 10.4.11/powerpc/stable > > > > > > > > On Thu, May 12, 2011 at 7:05 AM, Alexander Hansen > > <[email protected] <mailto:[email protected]> > <mailto:[email protected] > <mailto:[email protected]>>> > > wrote: What do you get from? > > > > ls /usr/share/locale/eu_ES* > > > > > > Last login: Thu May 12 13:06:54 on console > > Welcome to Darwin! > > [:~] fritzhud% ls /usr/share/locale/eu_ES* > > /usr/share/locale/eu_ES: > > LC_COLLATE LC_MESSAGES LC_NUMERIC > > LC_CTYPE LC_MONETARY LC_TIME > > > > /usr/share/locale/eu_ES.ISO8859-1: > > LC_COLLATE LC_MESSAGES LC_NUMERIC > > LC_CTYPE LC_MONETARY LC_TIME > > > > /usr/share/locale/eu_ES.ISO8859-15: > > LC_COLLATE LC_MESSAGES LC_NUMERIC > > LC_CTYPE LC_MONETARY LC_TIME > > > > /usr/share/locale/eu_ES.UTF-8: > > LC_COLLATE LC_MESSAGES LC_NUMERIC > > LC_CTYPE LC_MONETARY LC_TIME > > [:~] fritzhud% > > > > > > That looks like what I have. > > I'm not exactly sure how to proceed here. To work around this, we can > do the following: > > 1) Download the two files from > > http://akh.users.finkproject.org/debs/10.4/ > > 2) Use the following command: > > sudo dpkg -i /path/to/perl*.deb > > where you should replace "/path/to" by the actual path to the files, > e.g. > > sudo dpkg -i /Users/fritzhud/Desktop/*.deb > > > Dr Alex: > > Is that where I want to keep these files, on my desktop? Or should I > have them put somewhere else? Are these files just a temporary deal and > then get trashed? I'd kind of like to just put them where they should > go by drag and drop??? and then set up the "sudo dpkg" command to where > they will be staying?? No?? > > F > > - -- > > >
They're kind-of temporary: once you install perl588 and perl588-core, you won't need them. However, it could be useful to keep them around. You can put them where they would be built by Fink, which is /sw/fink/10.4/stable/main/binary-darwin-powerpc/languages . However, I don't believe you can do it by drag and drop on 10.4, because of the permissions settings of the directory. You'd need to use something like: sudo mv $HOME/Desktop/perl*.deb /sw/fink/10.4/stable/main/binary-darwin-powerpc/languages cd /sw/fink/debs sudo ln -s ../10.4/stable/main/binary-darwin/powerpc/languages/perl588-core_5.8.8-9_darwin-powerpc.deb sudo ln -s ../10.4/stable/main/binary-darwin/powerpc/languages/perl588_5.8.8-9_darwin-powerpc.deb That will set things up as if you built the packages on your own system. At that point, I believe you can also use "fink install perl588". - -- 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/ iEYEARECAAYFAk3NrM8ACgkQB8UpO3rKjQ8ruwCfd2HIfq40uPjzWRS+r92OAC9t ZfsAnR/zhSbrknELYyRFj5XtJlDcp1T8 =s1hu -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
