Gbrowse and GD installation in ia64 linux problem facing...

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Gbrowse and GD installation in ia64 linux problem facing...
# 8  
Old 01-27-2010
Wrench

The 'symbol' is the CPAN prompt, which means that it's ready to do something. You can install modules by entering 'install <Module>', where <Module> would be a Perl module.

If you've got no access to RHN you can get packages by downloading the appropriate source RPM from a CentOS mirror in the '5/os/SRPMS/' directory, and build it by running rpmbuild, eg
Code:
rpmbuild --rebuild gd-2.0.33-9.4.el5_1.1.src.rpm

will create the library package and devel package.
# 9  
Old 01-27-2010
Thanks a lot for your suggestion, pludi.
I still trying to install GD and hopefully it can be use for GBrowse in future.
Thanks for your advice and hints for guiding me ^^
In between, do you got experience using GBrowse?
# 10  
Old 01-27-2010
Nope, never heard of it before I read your post.
# 11  
Old 01-27-2010
oic...
never mind...
GBrowse is a genome viewer. It is quite useful for research purpose Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

facing problem using su

Hi, I am able to login using su - or su directly , # prompt is coming, it doesnt ask for password. any normal user on aix system is login using su - or su . Please suggest where to change the configuration direct root login is disabled in /etc/ssh/sshd_config file. (0 Replies)
Discussion started by: manoj.solaris
0 Replies

2. Linux

Linux Installation problem

Masters, I really need help here.... I had to format my system so my installed Linux goes away.. Now I am trying to fresh installation, but stuck at one point, did RND for 2-3 days but no luck, hence posting here.... I am stuck on the "installation method" step..As I am trying to install... (6 Replies)
Discussion started by: joshilalit2004
6 Replies

3. Shell Programming and Scripting

problem facing in if -else condition

can u plz tell me where is the error echo enter the filename to be searched read fname if #-d $fname then echo file exists if then echo itsa directory elif then echo its readable cat $fname else echo its not readable fi else ... (1 Reply)
Discussion started by: gotam
1 Replies

4. Solaris

Facing problem with zone

i am using this way to create zone1 and zone2 bash-2.05b# zonecfg -z zone1 zone1: No such zone configured Use 'create' to begin configuring a new zone. zonecfg:zone1> create zonecfg:zone1> set zonepath=/zone/1 zonecfg:zone1> set autoboot=true zonecfg:zone1> add net zonecfg:zone1:net>... (6 Replies)
Discussion started by: coxmanchester
6 Replies

5. Linux

Problem in dual booting installation of linux on windows

Dear friends, I am experiencing the trouble while installing the Red Hat Linux 4 on top of windows XP, after booting its asking "What type of media contains the packages to be installed". Steps I followed: Step 1: left the free space as unpartitioned, (I also tried with the FAT32... (1 Reply)
Discussion started by: suneelieg
1 Replies

6. SuSE

problem of readdir on IA64 suse

Dear Experts, i am trying to find whether the given name is file or a directory dirp = opendir(dirname); direntp = readdir(dirp); if(direntp->d_type & DT_DIR) { printf("\n is a dirctory"); } else { //dir_or_file = Mtrue; printf("\n not a directory"); } it always... (9 Replies)
Discussion started by: vin_pll
9 Replies

7. Programming

Problem shmat in HP-UX Titanium ia64. EINVAL Error

I have a process that needs two active connections to the same zone of shared memory simultaneously. The firs conection works ok, but when i do the second call to shmat it give me error 22 (EINVAL). Only works ok the second call to shmat if i disconnect the first connection (shmdt) Steps:... (3 Replies)
Discussion started by: dairby
3 Replies

8. Solaris

please help as i am facing problem with uptime

Hi I am getting the uptime output as follows 12:40am up 4 day(s), 18:29, 2 users, load average: 38.97, 36.54, 34.89 The load average is too high . I have checked the processes , but no process is taking too much cpu time Please help (3 Replies)
Discussion started by: guy009
3 Replies

9. UNIX for Dummies Questions & Answers

facing a problem in redirection

Hi, I am doing this perl script print (@line(1..15)); the lines 1 to 15 get printed... how can i redirect this to file? thanks and regards vivek.s (4 Replies)
Discussion started by: vivekshankar
4 Replies

10. Linux

Installation Problem on Red hat linux 9

Hi, I am trying to install our new acquired Red Hat linux 9 on Compaq Proliant ML370. However, l has already configured the raid 0+1. The linux installation starts from the CD, its allows for the selection of Language, keyboard but l am stocked at choosing the installation package media. I... (4 Replies)
Discussion started by: kayode
4 Replies
Login or Register to Ask a Question