From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 22:11:33 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B595C16A4CE for ; Sun, 13 Feb 2005 22:11:33 +0000 (GMT) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADAF43D41 for ; Sun, 13 Feb 2005 22:11:33 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1D0Rxa-0001T0-VE; Sun, 13 Feb 2005 16:11:24 -0600 Message-ID: <420FD091.7060208@fusemail.com> Date: Sun, 13 Feb 2005 16:11:29 -0600 From: Brian John User-Agent: Mozilla Thunderbird 1.0 (X11/20050203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Loren M. Lang" References: <4205CA2F.9080107@fusemail.com> <20050207114741.GC8619@alzatex.com> <42084226.2060004@fusemail.com> <20050208195025.GI8619@alzatex.com> <42098485.2080404@fusemail.com> <20050209114135.GQ8619@alzatex.com> <420E2C55.1030601@fusemail.com> <20050212221718.GS8619@alzatex.com> In-Reply-To: <20050212221718.GS8619@alzatex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: problem with realplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 22:11:33 -0000 Loren M. Lang wrote: >On Sat, Feb 12, 2005 at 10:18:29AM -0600, Brian John wrote: > > >>Loren M. Lang wrote: >> >> >> >>>On Tue, Feb 08, 2005 at 09:33:25PM -0600, Brian John wrote: >>> >>> >>> >>> >>>>Loren M. Lang wrote: >>>> >>>> >>>> >>>> >>>> >>>>>On Mon, Feb 07, 2005 at 10:37:58PM -0600, Brian John wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Loren M. Lang wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>On Sun, Feb 06, 2005 at 01:41:35AM -0600, Brian John wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>> >>> >>> >>> >>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>>>Thanks >>>>>>>> >>>>>>>>/Brian >>>>>>>>_______________________________________________ >>>>>>>>freebsd-questions@freebsd.org mailing list >>>>>>>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>>>>>To unsubscribe, send any mail to >>>>>>>>"freebsd-questions-unsubscribe@freebsd.org" >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>It looks like it is already installed. This is what it says when I try >>>>>>to install it: >>>>>>=> Attempting to fetch from >>>>>>http://fedora.quicknet.nl/fedora/fedora/2/i386/RPMS.updates/. >>>>>>gdk-pixbuf-0.22.0-11.3.5.i386.rpm 100% of 222 kB 52 kBps >>>>>>===> Extracting for linux-gdk-pixbuf-0.22.0.11.3.5_1 >>>>>>=> Checksum OK for rpm/gdk-pixbuf-0.22.0-11.3.5.i386.rpm. >>>>>>===> Patching for linux-gdk-pixbuf-0.22.0.11.3.5_1 >>>>>>===> linux-gdk-pixbuf-0.22.0.11.3.5_1 depends on executable: rpm - >>>>>>found >>>>>>===> Configuring for linux-gdk-pixbuf-0.22.0.11.3.5_1 >>>>>>===> Installing for linux-gdk-pixbuf-0.22.0.11.3.5_1 >>>>>>===> linux-gdk-pixbuf-0.22.0.11.3.5_1 depends on file: >>>>>>/compat/linux/etc/redhat-release - found >>>>>>===> Generating temporary packing list >>>>>>===> Checking if graphics/linux-gdk-pixbuf already installed >>>>>>gdk-pixbuf-0.22.0-11.3.5.i386.rpm >>>>>> >>>>>>Any other clue what might have caused this? >>>>>> >>>>>>Thanks for the help >>>>>> >>>>>>/Brian >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>I already tried uninstalling realplayer and gdk-pixbuf using make >>>>deinstall and make reinstall in those ports. I installed realplayer >>>> >>>> >>>>from ports. How can I install linux-base-rh-9? I would like to try that. >>> >>> >>>> >>>> >>>> >>>> >>>Here's an idea, since linux_base is already installed, try: >>> >>>portupgrade -o emulators/linux_base-rh-9 /var/db/pkg/linux_base-* >>> >>>This tells portupgrade to upgrade the linux_base port, but use the >>>origin for the rh9 version. I'm not certain this will work, but it's >>>worth a try. I just did a pkg_create -b linux_base-* to make a backup, >>>then pkg_delete -f linux_base-* and portinstall emulators/linux_base-rh-9. >>> >>> >>> >>> >>> >>>>thanks >>>> >>>>/Brian >>>> >>>> >>>> >>>> >>> >>> >>> >>Well, I tried that and now I can't run realplayer at all. This is what >>happens: >>$ realplay >>/usr/local/lib/RealPlayer/realplay.bin: error while loading shared >>libraries: libX11.so.6: cannot open shared object file: No such file or >>directory >> >>Any clue how I can fix this? >> >> > >Yea, with -rh9 they moved the X libraries to a seperate port, >x11/linux-XFree86-libs, install that and it should work. You may have >to add some lines to /usr/compat/linux/etc/ld.so.conf and/or run >/usr/compat/linux/sbin/ldconfig. > Ok, I already have x11/linux-XFree86-libs port installed. My ld.so.conf is empty and when I try to run ldconfig nothing happens, it just returns to the prompt. Can you help me figure out what is going on here? I'm sorry that I don't know what I am doing but I am a newbie and I am really trying to use FreeBSD as my main OS. Thanks again /Brian