1. euphoria_3.2-1_i386.deb
- Posted by Jerry Story <story.jerry at g?ail.co?> Jan 07, 2008
- 844 views
I downloaded euphoria_3.2-1_i386.deb and tried to install it on Ubuntu Gutsy. I got the following error. dpkg: error processing euphoria (--install) subprocess post-installation script returned error exit status 1
2. Re: euphoria_3.2-1_i386.deb
- Posted by Matt Lewis <matthewwalkerlewis at g?ail?com> Jan 07, 2008
- 826 views
Jerry Story wrote: > > I downloaded > euphoria_3.2-1_i386.deb > and tried to install it on Ubuntu Gutsy. > > I got the following error. > > dpkg: error processing euphoria (--install) > subprocess post-installation script returned error exit status 1 Yeah, I've got that one corrected. Even though it gave that error, it should have installed everything for you. Try: $ which exu And /etc/euphoria/euinc.conf should be there. There should be a bunch of stuff in /usr/share/euphoria and /usr/share/doc/euphoria. Also try: $ man exu $ man ecu $ man eubackend They're not very good, but they're a start. Matt
3. Re: euphoria_3.2-1_i386.deb
- Posted by Jerry Story <story.jerry at gmail.c??> Jan 08, 2008
- 854 views
Matt Lewis wrote: > > Jerry Story wrote: > > > > I downloaded > > euphoria_3.2-1_i386.deb > > and tried to install it on Ubuntu Gutsy. > > > > I got the following error. > > > > dpkg: error processing euphoria (--install) > > subprocess post-installation script returned error exit status 1 > > Yeah, I've got that one corrected. Even though it gave that error, > it should have installed everything for you. Try: > > $ which exu > > And /etc/euphoria/euinc.conf should be there. There should be a bunch > of stuff in /usr/share/euphoria and /usr/share/doc/euphoria. Also > try: > > $ man exu > $ man ecu > $ man eubackend > > They're not very good, but they're a start. > > Matt Yup. Everything is there. Now my question is how to run the new Euphoria. When I type 'exu prog.exw' it runs the old Euphoria. How can I run the new Euphoria in such a way that if something doesn't work I can go back to the old Euphoria?
4. Re: euphoria_3.2-1_i386.deb
- Posted by Matt Lewis <matthewwalkerlewis at gm?il?com> Jan 08, 2008
- 830 views
Jerry Story wrote: > > Now my question is how to run the new Euphoria. When I type 'exu prog.exw' it > runs the old Euphoria. How can I run the new Euphoria in such a way that if > something doesn't work I can go back to the old Euphoria? It depends on your path variable. If you have ~/euphoria/bin or whatever before /usr/bin, then it will run ~/euphoria/bin/exu before /usr/bin/exu. You can either specify the path for either one, or you could uninstall the package. It actually should show up in synaptic once installed. Matt