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 |
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.
|
 |
07-30-2003, 01:28 PM
|
#1
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Rep:
|
Can I change this?
Whe nI boot up RH9 this screen first comes up right after the bios screen. The screen has a Rhedhat logo and two boot choices can I change the screen?(also Im bootin w/ grub if that helps)
|
|
|
07-30-2003, 02:16 PM
|
#2
|
Member
Registered: Nov 2002
Location: Nashville
Distribution: FreeBSD, Linux, OS-X
Posts: 544
Rep:
|
It is always a good idea to check out google first. I did a google for change grub spalsh screen and I found this in the first two or three listings:
http://www.dslreports.com/faq/4109
Cheers--
Charles
|
|
|
07-30-2003, 02:17 PM
|
#3
|
LQ Guru
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194
Rep:
|
I think GRUB's splash screen is stored in /boot. To edit the choices you have, look in grub.conf.
|
|
|
08-01-2003, 12:43 AM
|
#4
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
If ne one is lookin at this how do I create a 15 color image usin the Gimp or how do I convert a 16 mill color image to 15?
|
|
|
08-01-2003, 05:06 AM
|
#5
|
Member
Registered: Jul 2003
Location: VA Tech
Distribution: Mandrake 9.1
Posts: 73
Rep:
|
look at imagemagick its pretty cryptic but nice because you can do some pretty cool image editing from the command line. But it will convert from just about any kind of image to any other kind of image.
guns don't annoy me by the way.
|
|
|
08-01-2003, 01:13 PM
|
#6
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
well ur a good liberal then, and thanks!
|
|
|
08-01-2003, 02:48 PM
|
#7
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
Ok i downloaded the tar.gz to /usr and uncompressed it and ran ./configure it worked but when I ran make it gave me that error 1 ans I tried make install after that it said the same thing. what should I do?
If u need more info just ask
|
|
|
08-04-2003, 02:26 PM
|
#8
|
Member
Registered: Jul 2003
Location: VA Tech
Distribution: Mandrake 9.1
Posts: 73
Rep:
|
what was the error?
|
|
|
08-04-2003, 03:31 PM
|
#9
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
Herre is the end when it started to error:
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -Wall -L/usr/local/lib -L/usr/lib -o montage -L/usr/local/lib -L/usr/lib montage.o ../magick/libMagick.la
make[1]: Leaving directory `/usr/ImageMagick-5.5.7/utilities'
Making all in tests
make[1]: Entering directory `/usr/ImageMagick-5.5.7/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/ImageMagick-5.5.7/tests'
make[1]: Entering directory `/usr/ImageMagick-5.5.7'
cd PerlMagick && /usr/bin/perl Makefile.PL MAP_TARGET=PerlMagick
WARNING: LDFLAGS is not a known parameter.
Writing Makefile for Image::Magick
( rm -f PerlMagick/PerlMagick ; cd PerlMagick && make CC='gcc' PerlMagick )
make[2]: Entering directory `/usr/ImageMagick-5.5.7/PerlMagick'
gcc -c -I../ -I.. -I/usr/local/include/freetype2 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g -DVERSION=\"5.5.7\" -DXS_VERSION=\"5.5.7\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DHAVE_CONFIG_H Magick.c
rm -rf blib/arch/auto/Image/Magick/Magick.a
/usr/bin/ar cr blib/arch/auto/Image/Magick/Magick.a Magick.o && : blib/arch/auto/Image/Magick/Magick.a
chmod 755 blib/arch/auto/Image/Magick/Magick.a
Writing "Makefile.aperl" for this PerlMagick
WARNING: LDFLAGS is not a known parameter.
Warning: /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.a not found
If you're going to build a static perl binary, make sure perl is installed
otherwise ignore this warning
Writing Makefile.aperl for Image::Magick
make -f Makefile.aperl PerlMagick
make[3]: Entering directory `/usr/ImageMagick-5.5.7/PerlMagick'
Writing perlmain.c
cd . && gcc -c "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" \
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g \
-DVERSION=\"5.5.7\" \
-DXS_VERSION=\"5.5.7\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" perlmain.c
make[3]: *** No rule to make target `/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.a', needed by `PerlMagick'. Stop.
make[3]: Leaving directory `/usr/ImageMagick-5.5.7/PerlMagick'
make[2]: *** [PerlMagick] Error 2
make[2]: Leaving directory `/usr/ImageMagick-5.5.7/PerlMagick'
make[1]: *** [PerlMagick/PerlMagick] Error 2
make[1]: Leaving directory `/usr/ImageMagick-5.5.7'
make: *** [all-recursive] Error 1
|
|
|
08-04-2003, 05:30 PM
|
#10
|
Member
Registered: Jul 2003
Location: VA Tech
Distribution: Mandrake 9.1
Posts: 73
Rep:
|
It looks like it is hanging up on making the perl module if you are not going to be using it with perl then try to configure it without any perl support. I didn't have any problems installing it and I don't have perl installed so I don't know what else to say. I use it with php without any problems to create thumbnail images on the fly. Hopefully somebody else can better decode those errors for you.
|
|
|
08-04-2003, 11:03 PM
|
#11
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
well Ill probably be usin it w/ php 2, how can I get it to skip that step?
|
|
|
08-05-2003, 02:20 PM
|
#12
|
Member
Registered: Jul 2003
Location: VA Tech
Distribution: Mandrake 9.1
Posts: 73
Rep:
|
--without-perl
I found this at:
http://www.imagemagick.org/www/Install-unix.htmlImagemagick
- installation notes
If you have perl installed then you may want to try and specify the path using the syntax specified on the page.
just looking back at the page again I would try to configure it with the
--with-modules
option as it doesn't look like the default is to allow dynamic modules and I think this is what that perl module that was hanging up is.
Last edited by haobaba1; 08-05-2003 at 02:22 PM.
|
|
|
All times are GMT -5. The time now is 07:55 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
|
|