MEPIS This forum is for the discussion of MEPIS Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-05-2006, 12:11 AM
|
#1
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Rep:
|
CLI Unpack and Install Help!
i'm trying to follow the install instructions on this website.
http://www.freebyte.com/linux/libraries/
-----
Download
The libraries needed to run Freebyte's software for Linux are contained inside kylixlibs3-borqt-3.0-2.tar.gz (2453 Kb). Please click here to download.
Alternative download location: kylixlibs.sourceforge.net.
Installation
After unpacking the .tar.gz archive, run "./install.sh" and the necessary libraries will be installed into the directory /usr/lib/kylix3.
-----
sounds simple enough. i extracted the tar.gz file into its folder... i assume that is considered "unpacking" as used in the above instructions. so far, so good.
it then says to run "./install.sh". i move to the directory where i extracted (unpacked) the file and i typed "./install.sh" and "./install.sh kylixlibs3-borqt".
i get the following error...
bash: ./install.sh: No such file or directory
what did i do wrong since the instructions obviously rely on one having a level of expertise above my own.
tia...
|
|
|
01-05-2006, 12:20 AM
|
#2
|
Member
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231
Rep:
|
What exactly is the software your trying to install? Thats just a library for other stuff.
|
|
|
01-05-2006, 01:15 PM
|
#3
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by mos
What exactly is the software your trying to install? Thats just a library for other stuff.
|
hjsplit. i can't install it w/o this library being installed first and, as posted, i can't install the library b/c following the site instructions does not work.
i know the site *assumes* i know something else, but i don't know what it assumes i know.
|
|
|
01-05-2006, 03:15 PM
|
#4
|
Member
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231
Rep:
|
I think you downloaded the wrong package then, i downloaded it and was able to do it just fine.
http://prdownloads.sourceforge.net/k...ar.gz?download
make sure you download and extract that file
heres a little script that will do it for you:
Code:
#!/bin/bash
wget -c http://easynews.dl.sourceforge.net/sourceforge/kylixlibs/kylixlibs3-borqt-3.0-2.tar.gz
tar -xzf kylixlibs3-borqt-3.0-2.tar.gz
cd kylixlibs3-borqt
sh ./install.sh
|
|
|
01-05-2006, 04:11 PM
|
#5
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by mos
I think you downloaded the wrong package then, i downloaded it and was able to do it just fine.
http://prdownloads.sourceforge.net/k...ar.gz?download
make sure you download and extract that file
heres a little script that will do it for you:
Code:
#!/bin/bash
wget -c http://easynews.dl.sourceforge.net/sourceforge/kylixlibs/kylixlibs3-borqt-3.0-2.tar.gz
tar -xzf kylixlibs3-borqt-3.0-2.tar.gz
cd kylixlibs3-borqt
sh ./install.sh
|
mos, thanks. i noticed your scripted differed from the instructions.
you have "sh ./install.sh" and the instructions had "./install.sh". here's hoping i get your script to work since the instructions didn't work.
i'll look into bash since i'm, well, a GNewbie. it is probably related to bash, but how do you run this script? do you save it as a file with a designated extension and then run the file from the command line?
again, thanks for the help.
Last edited by GNewbie; 01-05-2006 at 04:13 PM.
|
|
|
01-05-2006, 04:35 PM
|
#6
|
Member
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231
Rep:
|
the sh was just a precaution, it was not entirely needed.
save that as a file with the extension .sh then do the command: chmod a+x filename
|
|
|
01-05-2006, 05:32 PM
|
#7
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by mos
the sh was just a precaution, it was not entirely needed.
save that as a file with the extension .sh then do the command: chmod a+x filename
|
could this be a root issue? i wasn't logged in as root. come to think of it, this is likely the problem - and i should've known this even though i have ZERO practice installing stuff on linux except via synaptic.
|
|
|
01-06-2006, 12:59 AM
|
#8
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by GNewbie
i'm trying to follow the install instructions on this website.
http://www.freebyte.com/linux/libraries/
-----
Download
The libraries needed to run Freebyte's software for Linux are contained inside kylixlibs3-borqt-3.0-2.tar.gz (2453 Kb). Please click here to download.
Alternative download location: kylixlibs.sourceforge.net.
Installation
After unpacking the .tar.gz archive, run "./install.sh" and the necessary libraries will be installed into the directory /usr/lib/kylix3.
-----
sounds simple enough. i extracted the tar.gz file into its folder... i assume that is considered "unpacking" as used in the above instructions. so far, so good.
it then says to run "./install.sh". i move to the directory where i extracted (unpacked) the file and i typed "./install.sh" and "./install.sh kylixlibs3-borqt".
i get the following error...
bash: ./install.sh: No such file or directory
what did i do wrong since the instructions obviously rely on one having a level of expertise above my own.
tia...
|
my bad... i was trying to run install.sh from the directory above where the program resided. when i extracted, it created an additional directory. once i got into the right directory, i saw the file and installed it as per the instructions. it was my error.
so, i got that kylix installed fine. now i'm following the instruction for hjsplit and i've hit a dead end.
instructions:
Installation:
(1) First download and install the CLX library, which is needed to run this program. The CLX library can be found on http://www.freebyte.com/linux/libraries. [done, verified files are set up in /usr/lib]
If you already have this library installed, you can skip this step.
(2) Copy HJSplitLX to some location on your harddisk [copied to /usr/bin]
(3) Start HJSplit for Linux with ./HJSplitLX [navigated to /usr/bin and verified the "HJSplitX" is there. i input "./HJSplitLX" into a root terminal and get the following error:
./HJSplitLX: symbol lookup error: ./HJSplitLX: undefined symbol: initPAnsiStrings
does anyone have an idea what i'm doing wrong here?
tia...
|
|
|
01-21-2006, 03:58 PM
|
#9
|
LQ Newbie
Registered: Jan 2006
Posts: 7
Rep:
|
Hey GNewbie I also have the same problem. Have got the lib installed where it belongs and got HJSplitLX unpacked and nothing happens when I try to run it in Gnome but get the same error message when I try to run it in console mode. Have sent email to freebyte.com but no reply from them in over a week or more.
Hey let me know when you get a fix for it and I'll do the same for you.
|
|
|
01-21-2006, 10:55 PM
|
#10
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by ljungers
Hey GNewbie I also have the same problem. Have got the lib installed where it belongs and got HJSplitLX unpacked and nothing happens when I try to run it in Gnome but get the same error message when I try to run it in console mode. Have sent email to freebyte.com but no reply from them in over a week or more.
Hey let me know when you get a fix for it and I'll do the same for you.
|
this is very frustrating. i messed up when i install kylix bc i didn't do so as root. obviously, it wasn't installed. this time i switched over as root and installed it and there were actually files in the /usr/lib.kylix3 folder this time.
when i try to run hjsplitlx, though, i get an error.
if i go to the hjsplit folder and type in
HJSplitLX
i get the following error:
HJSplitLX: symbol lookup error: HJSplitLX: undefined symbol: initPAnsiStrings
if i type in
./HJSplitLX
i get the following error:
./HJSplitLX: symbol lookup error: ./HJSplitLX: undefined symbol: initPAnsiStrings
do i need to restart something?
i gather from here:
http://www.tobias-schwarz.net/progra...stall_enu.html
If you run xwebalizer and get the error message 'symbol lookup error: xwebalizer: undefined symbol: initPAnsiStrings' these libraries are missing. In this case you should download them here and unpack the files to the '/lib' directory.
that the issue is one of libraries. it doesn't see the library. in general, when you install libraries, do you need to restart x or the computer?
|
|
|
01-21-2006, 11:19 PM
|
#11
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
this is not a new problem... i shoulda googled the error immediately.
http://pcpitstop.invisionzone.com/in...howtopic=91777
the answer is illusive, but my bet is that some library is *assumed* installed and isn't.
the answer was to go with the java version.
i will try that next...
...okay, got the java versioninstalled and i am currently joining a file. ha ha! one less reason to hit my winxp partition!
you download the program here:
http://www.freebyte.com/download/hjsplit/hjsplit_g.jar
you go to the directory where the program resides and type in:
java -jar hjsplit_g.jar
it will then run. of course, i didn't find any instructions from freebyte to get the thing running, but i did find them on another forum.
best of luck.
ps - i do notice some slowness (stopness) of my computer when joining files. it is a small price to pay, though, since i don't join much.
|
|
|
01-22-2006, 09:18 AM
|
#12
|
LQ Newbie
Registered: Jan 2006
Posts: 7
Rep:
|
I checked Freebyte again and looked over the info on HJSplitLX and noticed something about lxsplit and GTKlxsplit a GUI for lxsplit. so I downloaded both and ran the make, make install following the readme/install notes and I was able to run the command line version without any problem and it's fast (lxsplit -j filename.ext.001).
The only problem I had was with the "make" for gtksplit, had several errors. I'm going to get that GUI working only to make my life a bit lazier <Grin> but I hope this helps. Atleast I was able to get all of my split files joined so now I can work on them and finish my projects.
|
|
|
03-20-2007, 09:59 PM
|
#13
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Original Poster
Rep:
|
Quote:
Originally Posted by ljungers
I checked Freebyte again and looked over the info on HJSplitLX and noticed something about lxsplit and GTKlxsplit a GUI for lxsplit. so I downloaded both and ran the make, make install following the readme/install notes and I was able to run the command line version without any problem and it's fast (lxsplit -j filename.ext.001).
The only problem I had was with the "make" for gtksplit, had several errors. I'm going to get that GUI working only to make my life a bit lazier <Grin> but I hope this helps. Atleast I was able to get all of my split files joined so now I can work on them and finish my projects.
|
did you ever get the gui version worked out?
i'm trying on another system and i go an "unexpected symbol" error when trying to isntall the Kylix library. i think the library is installed, at least partially (checked paths and they exist), however, when i run "./HJSplitLX" at the commandline i get nadda, zip, zero, zilch of a response.
i run this from inside the folder where HJSplitLX resides.
i'm thinking this ought to be super simple, but it doesn't work on ubuntu this time and nobody else seems to have posted a solution on the net.
|
|
|
All times are GMT -5. The time now is 10:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|