On Fri, 2006-05-12 at 09:47 +1000, Robert Collins wrote: > On Fri, 2006-05-12 at 09:27 +1000, ashley maher wrote: > > I'm completing an install of oracle onto ubuntu. > > > > I'm following the instructions from the oracle site: > > http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html > > > > These suggest that the .deb package should "just work" on kubuntu-ubuntu > > breezy (Which is what I've got) > > > > However I get this for my troubles: > > > > /var/lib/dpkg/info/oracle-xe.postinst: line 57: bc: command not found > > > > apt-cache search bc didn't come up with anything. > > apt-get install bc should do it. its in main. > > sounds like there is a missing depends on bc, I'll let our contact know. > > Cheers, > Rob >
Thanks Rob, With David's message before I did the apt-get install bc so the package is in and: [EMAIL PROTECTED]:~# sudo netstat -plan | grep -i oracl unix 2 [ ACC ] STREAM LISTENING 51858 12286/tnslsnr /var/tmp/.oracle/s#12286.1 unix 2 [ ACC ] STREAM LISTENING 51860 12286/tnslsnr /var/tmp/.oracle/s#12286.2 So that is a lot better. Regards, Ashley -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
