Date: Thu, 3 Mar 2005 23:10:30 -0500 From: "Michael W. Oliver" <michael@gargantuan.com> To: dR <dystopianrebel@yahoo.com> Cc: freebsd-amd64@freebsd.org Subject: Re: AMD64/rel 5.3 - setting up Linux compatibility Message-ID: <20050304041030.GA6962@gargantuan.com> In-Reply-To: <20050304031915.36520.qmail@web52308.mail.yahoo.com> References: <20050303173112.GA65467@gargantuan.com> <20050304031915.36520.qmail@web52308.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005-03-03T19:19:15-0800, dR wrote: > I follow your steps, but I get no soffice.bin among > the extracted files! (Your step 17.)=20 >=20 > # ls opt/openoffice.org1.9.79/program/ > libanalysis680li.so libdate680li.so =20 > resource > libbf_sc680li.so libsc680li.so scalc > libcalc680li.so libscd680li.so >=20 >=20 > I get a syntax error message in step 13. >=20 > while: Expression Syntax. >=20 >=20 >=20 > - - - >=20 > 8. fetch=20 > "http://openoffice.mirrors.pair.com/contrib/rc/2.0bc/OOo_2.0bc_LinuxIntel= _install.tar.gz" > 9. tar -zxvf OOo_2.0bc_LinuxIntel_install.tar.gz > 10. cd RPMS > 11. mv openofficeorg* /usr/compat/linux # (do this > so=20 > that the extracted > usr/bin and usr/share stuff are put in the right > place=20 > later) > 12. cd /usr/compat/linux > 13. /bin/ls -1 openofficeorg*rpm | while read line; \ > do rpm2cpio $line | tar -xvf - ; done > 14. rm openofficeorg*rpm > 15. echo "/opt/openoffice.org1.9.79/program/filter"=20 >>> /usr/compat/linux/etc/ld.so.conf > 16. /usr/compat/linux/sbin/ldconfig > 17. Execute=20 > /compat/linux/opt/openoffice.org1.9.79/program/soffice >=20 >=20 >=20 >=20 that is a one-liner to extract all of the RPMs, and since you only have scalc, it looks like you only extracted the first of the many RPMs. That is what happened to me initially when using... rpm2cpio *rpm ...... the wildcard wasn't expanded, and only the first RPM was extracted. if you are still having trouble, extract them all manually. --=20 Mike Oliver [see complete headers for contact information] --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCJ9+2sWv7q8X6o8kRAsXsAJ4rXE2cODNuOHSpM4Haw46uqk4KEgCgluih PiHqY1nkkIgOfl00RxY10HY= =lJSS -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050304041030.GA6962>