LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-26-2011, 11:18 AM   #1
This is me
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Rep: Reputation: Disabled
Question Redhat 7.3


Hi everybody,
how can i get Redhat Linux 7.3 for free????
Any reply would be helpful for me
thx a looooooooooot
 
Old 06-26-2011, 11:23 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Just use centos.

Kind regards
 
Old 06-26-2011, 11:37 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Is there some particular reason for that version? This site's download area goes back as far as Red Hat 8, and that's ancient!
 
Old 06-26-2011, 12:02 PM   #4
This is me
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Unfortunately yeeeeees (((((( there is a particular reason!!
I need Jasper Software and unfortunately, these two available versions are known to compile on
• Red Hat Linux 7.3, GNU C 2.96, GNU Make 3.79.1
• SunOS/SPARC 5.7, GNU C 2.95, SunOS make
• Windows 2000 Professional, Microsoft Visual C 6.0

as mentioned on the jasper manual

I actually use Ubuntu 10.04 and i have had problems when installing jasper on it ((
So i'm trying to find a solution with the OSs above.
If you know how to get the others, it would be great )

thx again
 
Old 06-26-2011, 12:17 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
I actually use Ubuntu 10.04
Jasper is available for all Ubuntus :
http://packages.ubuntu.com/lucid/libjasper-dev ( jasper_1.900.1 )


→ 'sudo apt-get install libjasper-dev'


( Jasper-1.900.1 will compile with gcc-4.4.x too.)

..
 
1 members found this post helpful.
Old 06-26-2011, 12:34 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Jasper-1.701-1 packages :
http://packages.ubuntu.com/dapper/libjasper-1.701-1


Building 1.701 : cd jasper-1.701.0/ &&
zcat jasper_1.701.0-2ubuntu0.6.06.1.diff.gz | patch -p1
&& ./configure --enable-shared && make : OK with gcc-4.4.x
 
Old 06-26-2011, 12:35 PM   #7
This is me
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thx Knudfi for the good news !!
I've tried the 'sudo apt-get install libjasper-dev' and i didn't have problems with it
But, my problem was while compiling with 'make', i have these errors:


make[3]: *** [libjasper.la] Error 9
make[3]: Leaving directory `/home/me/jasper-1.900.1.uuid/src/libjasper'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/me/jasper-1.900.1.uuid/src/libjasper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/me/jasper-1.900.1.uuid/src'
make: *** [all-recursive] Error 1

and i didn't understand what it means exactly..
 
Old 06-26-2011, 12:39 PM   #8
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by This is me View Post
But, my problem was while compiling with 'make', i have these errors:


make[3]: *** [libjasper.la] Error 9
make[3]: Leaving directory `/home/me/jasper-1.900.1.uuid/src/libjasper'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/me/jasper-1.900.1.uuid/src/libjasper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/me/jasper-1.900.1.uuid/src'
make: *** [all-recursive] Error 1

and i didn't understand what it means exactly..
That's not the actual error message. That's just the output of "make" quitting after one of the compilation steps failing.

Quote:
Originally Posted by This is me View Post
I've tried the 'sudo apt-get install libjasper-dev' and i didn't have problems with it
Why are you trying to compile it, now that it's installed?
 
1 members found this post helpful.
Old 06-26-2011, 12:52 PM   #9
This is me
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by MTK358 View Post
Why are you trying to compile it, now that it's installed?
yes.. i think it's ridiculous from my part..

Honestly, i am following the jasper manual for the installation:

Quote:
1. Set the current working directory to the top level directory of the JasPer software distribution.
To set the current working directory as required, type:
cd $TOPDIR
(where $TOPDIR is defined as described earlier in this section).
2. Perform the initial configuration of the software.
This is accomplished by running the configure script. This process allows important information about
the system configuration to be determined. The configure script also generates makefiles from makefile
templates. In theory, it should not be necessary to manually edit any of the makefile templates (i.e., the
Makefile.in files) used by the configure program. To invoke the configure program, type:
./configure
The configure script accepts a number of options. These options can be listed by invoking the configure
command with the --help option. Unless you know what you are doing (or have problems with
the default build settings), it is strongly recommended that you not override the default settings for
configure.
In some cases, it may be necessary to explicitly disable the use of the IJG JPEG library (i.e., libjpeg).
This is accomplished by supplying the --disable-libjpeg option to configure. For example, such
action may be required if the version of the JPEG library installed on your system is not compatible
with the version of JasPer being built. Also, when building under the Cygwin environment, it may be
neccessary to explicitly disable the use of the JPEG library.
In some situations, it may be necessary to explicitly disable the use of the OpenGL libraries. This is
accomplished by supplying the --disable-opengl option to configure.
3. Compile and link the software.
This is accomplished via the make command. To run the make program, type:
make
4. Install the software.
This step may require special (e.g., superuser/administrator) privileges depending on the target direc-
tory for installation. (The default installation directories are normally under /usr/local.) To install
the executables, libraries, include files, and other auxiliary data, type:
make install
Presuming that the build was successful, the executables for the JasPer application programs can be found in
the directory $TOPDIR/src/appl.

At the end, i still can't find the executables for the jasper application programs in the mentioned directory $TOPDIR/src/appl.
 
Old 06-26-2011, 01:05 PM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by This is me View Post
yes.. i think it's ridiculous from my part..

Honestly, i am following the jasper manual for the installation:
So you think that the Jasper manual still applies when installing via package manager?
 
1 members found this post helpful.
Old 06-26-2011, 01:17 PM   #11
This is me
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
thx MTK358 and the others for the help
Finally, i gave up the manual and tried:
'sudo apt-get install libjasper-runtime'

And, i have finally the commands that i need to use Jasper software

That's great: i've started the thread by talking about Redhat, and i'm closing it by Jasper Looooooool

Thanx again guys
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: RedHat's response to Novell - Interview with Mark Webbink (RedHat) LXer Syndicated Linux News 0 11-17-2006 10:21 AM
display horizantly shifted for redhat 9.0, redhat enterprise and fedora core dudely Linux - Enterprise 3 08-13-2005 12:28 PM
display horizantly shifted for redhat 9.0, redhat enterprise and fedora core dudely Linux - Software 3 08-12-2005 10:18 AM
display horizantly shifted for redhat 9.0, redhat enterprise and fedora core dudely Linux - Newbie 1 08-11-2005 04:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration