LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-29-2006, 12:16 PM   #16
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Original Poster
Rep: Reputation: 45

Code:
aoss seamonkey
That did it.

Thanks win32sux!!!! Most appreciated!

...drkstr
 
Old 05-29-2006, 12:19 PM   #17
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by drkstr
Code:
aoss seamonkey
That did it.

Thanks win32sux!!!! Most appreciated!

...drkstr
hehe, cool... you're very welcome... sorry i didn't remember about that earlier... like i said, my experience with linux 2.6 has been pretty limited to those ubuntu dapper live cds which i've been taking for a spin once every so often... anyhow, i'm glad you have your flash plugin sound up and running now...

Last edited by win32sux; 05-29-2006 at 12:24 PM.
 
Old 05-29-2006, 12:54 PM   #18
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Original Poster
Rep: Reputation: 45
Hey quick question, and sorry this is sort of off topic.

I added alias seamonkey='aoss seamonkey' to my /etc/profile but it doesn't seem to take effect unless I restart. Is there a proper way to reload the profile without logging out and then back in? I tried 'bash /etc/profile' as the user but it didn't seem to work. I would like to know this for other reasons as well since this is usually where I update my $PATH variable.

thanks!
...drkstr
 
Old 05-29-2006, 01:00 PM   #19
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by drkstr
Hey quick question, and sorry this is sort of off topic.

I added alias seamonkey='aoss seamonkey' to my /etc/profile but it doesn't seem to take effect unless I restart. Is there a proper way to reload the profile without logging out and then back in? I tried 'bash /etc/profile' as the user but it didn't seem to work. I would like to know this for other reasons as well since this is usually where I update my $PATH variable.

thanks!
...drkstr
you could do (as a regular user) a:
Code:
source /etc/profile
that should pick-up the new alias without having to reboot and stuff...

Last edited by win32sux; 05-29-2006 at 01:06 PM.
 
Old 05-29-2006, 01:08 PM   #20
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Original Poster
Rep: Reputation: 45
yup that did it. I guess 'bash /etc/profile' didn't work since it doesn't have '#!/bin/bash' before it? I'll have to remember the 'source' command. I can use that for a few other things that arn't prefixed with a file descriptor (terminology?).

Thanks again!
...drkstr
 
Old 05-29-2006, 01:11 PM   #21
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by drkstr
yup that did it. I guess 'bash /etc/profile' didn't work since it doesn't have '#!/bin/bash' before it? I'll have to remember the 'source' command. I can use that for a few other things that arn't prefixed with a file descriptor (terminology?).

Thanks again!
...drkstr
you're welcome... BTW, it's called a shebang...
 
Old 05-30-2006, 07:34 AM   #22
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I get an error that libpangocairo is missing when I tried to see if I could monkey with Seamonkey 1.0.1........but I can't find a package for this library. I grabbed the latest pango and cairo packages but it's not in there. Did anyone run up against this and fix it?
 
Old 05-30-2006, 10:21 AM   #23
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by Randux
I get an error that libpangocairo is missing when I tried to see if I could monkey with Seamonkey 1.0.1........but I can't find a package for this library. I grabbed the latest pango and cairo packages but it's not in there. Did anyone run up against this and fix it?
it's part of the pango package, at least according to this:

http://slackware.it/en/pb/search.php...=libpangocairo

perhaps you need to run ldconfig...

Last edited by win32sux; 05-30-2006 at 10:22 AM.
 
Old 05-30-2006, 10:21 AM   #24
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Original Poster
Rep: Reputation: 45
well libpangocairo is in pango-1.10 which is in slackware-current and not 10.2. Is this where you got the latest pango package? Just out of curiosity though, what were you doing when you got this error? I was able to compile in 10.2 without this package. Were you trying to run the seamonkey slack-package in 10.2? If this is the case, you might need to compile from the source or update a few dependencies the slack-package was compiled with.

regards,
...drkstr
 
Old 05-30-2006, 10:34 AM   #25
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
yeah, if you're using the seamonkey binary package from current, then (like drkstr said) you'd probbaly need to make sure you get your dependancies right... on the other hand if you compiled it from source on your 10.2, then things would probably be a lot smoother for you, and hassle-free...
 
Old 05-30-2006, 10:49 AM   #26
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I run pretty much a straight 10.2 system with some of my own add-ons. I haven't replaced or modified any 10.2 packages.

I wanted to try seamonkey, so I went to the Slackware package browser and found all this stuff in current/xap. I grabbed seamonkey. I ran pkgtool and installed seamonkey, but when I tried to start it I got the message about the missing libpangocairo, so I went back and grabbed pango and cairo from current/l and installed them also.

I ran ldconfig. And whenever I tried to run seamonkey it still crashed with the libpangocairo missing message. I think I may have also gotten a new gtk2, but it didn't help.

What did I miss?

I didn't consider compiling the source- how long does that take?

Thanks guys,

Rand

Last edited by Randux; 05-30-2006 at 10:52 AM.
 
Old 05-30-2006, 11:10 AM   #27
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Original Poster
Rep: Reputation: 45
It takes a little while. I think it took about twice the length of a kernel compile on my system. It will also take some time configuring it since it needs more then just a standard './configure'. The mozilla development page had really good documentation on compiling mozilla from the source.

It also took me a little while to figure out how to turn the build into something I can make a slack-package out of since the seamonkey package builder does not put in everything I needed (such as header files, which are needed if you want to compile the mplayerplug-in). You can read what I did to resolve the issue earlier in this thread but it has also been suggested to just download the seamonkey source from a slakcware mirror and use the slack-build file to compile. You're on your own with this since I've never actually done this before (I prefer using the source provided by the developer).

Let me know how it turns out.

regards,
...drkstr
 
Old 05-30-2006, 11:40 AM   #28
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Yeah, I'm with you on that. If I build something from source, I get it from the devs.
 
Old 05-30-2006, 11:43 AM   #29
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by Randux
Yeah, I'm with you on that. If I build something from source, I get it from the devs.
so does patrick...
 
Old 05-30-2006, 12:00 PM   #30
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Hey man, I trust him enough to use his binaries. That's more than I can say for about 99.9% of everyone else
 
  


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: Mozilla Reborn: SeaMonkey 1.0 Is Released LXer Syndicated Linux News 0 02-01-2006 12:31 AM
LXer: Seamonkey Project to replace Mozilla Suite LXer Syndicated Linux News 0 01-12-2006 02:46 PM
LXer: SeaMonkey Project picks up where halted Mozilla Suite left off LXer Syndicated Linux News 0 01-12-2006 10:02 AM
LXer: Seamonkey beta improves on Mozilla legacy LXer Syndicated Linux News 0 12-31-2005 04:16 PM
LXer: Mozilla SeaMonkey 1.0 Beta out LXer Syndicated Linux News 0 12-19-2005 11:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:38 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