Search the web
Sign In
New User? Sign Up
tdom · tDOM - fast DOM / XPath for Tcl in C
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
tdom is required and I need help installng it   Message List  
Reply | Forward Message #1953 of 1984 |
Re: tdom is required and I need help installng it

Larry, I thank you for the continuing dialog. My error in not describing myself
as a newbie to Linux. I must proceed with my assembly code project, but if you
would follow through with me on the environment variables that would be great.
As Mathias stated in a separate post, I really should improve my understanding
of Linux.

--- In tdom@yahoogroups.com, "Larry W. Virden" <lvirden@...> wrote:
>
> On Sun, Mar 29, 2009 at 11:55 AM, Barry Demers <sdad@...> wrote:
>
> > What put me over the edge is the fact that the $PATH variable will not
> > remain updated with the additional info. I can put it in, then do an echo,
> > see its there, do a which, close terminal, reopen do a where, get a "not
> > recognized command", do an echo $PATH and have the variable in its original
> > state. Egads!!!!!!!!!!!
>
> I apologize - I made the assumption that you were familar with Linux
> or Unix and should not have made that assumption.
>
> To make a change to PATH that you want to keep, you must edit the
> personal config file that your login shell supports. Some shells
> support $HOME/.profile , some support a file set in $ENV, some a
> $HOME/.bashrc , etc.
>
> In that file you would either edit the existing PATH and MANPATH
> setting statements or you would add statements that would do something
> like
>
> export PATH=/path/to/ActiveTcl/bin:$PATH
> export MANPATH=/path/to/ActiveTcl/man:$MANPATH
>
> The default install location is truly up to the user - there isn't any
> real difference between installing in /opt or /home, as far as I am
> aware.
>
> As for running the ActiveTcl installer under sudo, I would suggest
> dropping a message to ActiveState's tcl support team and ask if they
> have any recommendations.
>
> Finally, as for the dropping of tdom from Ubuntu, perhaps someone on
> this mailing list can bring that issue up with the appropriate team.
>
> I am so sorry you had a tough time getting things to work.
>
> --
> Tcl - The glue of a new generation. http://wiki.tcl.tk/
> Larry W. Virden
> http://www.xanga.com/lvirden/
> Even if explicitly stated to the contrary, nothing in this posting
> should be construed as representing my employer's opinions.
>





Mon Mar 30, 2009 5:35 pm

demers_barry
Offline Offline
Send Email Send Email

Forward
Message #1953 of 1984 |
Expand Messages Author Sort by Date

I am using Ubuntu 8.10 and am trying to install an application that requires tdom. I went to tdom page an downloaded tdom 0.8.2. Readme file says to goto...
Barry Demers
demers_barry
Offline Send Email
Mar 27, 2009
5:20 pm

... The README say, go to the unix directory and do ../configure (Note the ../ !) rolf...
Rolf Ade
rolf@...
Send Email
Mar 27, 2009
5:32 pm

Tried again got this message: checking for correct TEA configuration... ok (TEA 3.6) checking for Tcl configuration... configure: WARNING: Can't find Tcl...
Barry Demers
demers_barry
Offline Send Email
Mar 27, 2009
8:06 pm

... apt-get install the tcl8.5-dev and tk8.5-dev packages (so you have the necessary Tcl header files, etc.) and then re-run tdom's ../configure. Michael...
Michael A. Cleverly
michaelcleverly
Offline Send Email
Mar 27, 2009
9:01 pm

I removed 8.5 and ran: sudo apt-get install tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev. ... Same issue as earlier attempts. Is Ubuntu putting tcl in a dir that tdom...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
3:33 am

I just installed activetcl 8.5.6, into /home/user/activetcl 8.5.6/ and got same results when trying to install the tdom 0.8.2 located from the...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
4:09 am

I can help you with using teacup. 1. at your command line prompt, type which teacup 2. If the response is no teacup in ... that means you have not yet followed...
Larry W. Virden
lvirden
Offline Send Email
Mar 28, 2009
9:50 am

Followed instructions regarding teacup. It is certainly in. Feel a bit sheepish on path issue. I think that my ignorance extends beyond that, though. When...
Barry Demers
demers_barry
Offline Send Email
Mar 28, 2009
2:51 pm

... Here's how _I_ found my tdom. $ where teacup /var/tmp/ActiveTcl/bin/teacup $ /var/tmp/ActivetTcl/bin/tclsh8.5 % package require tdom 0.8.3 % exit $ find...
Larry W. Virden
lvirden
Offline Send Email
Mar 29, 2009
5:06 am

You've spent a great deal of time and effort with me here and I really appreciate it. At this point I am pulling the plug, and live without installing this...
Barry Demers
demers_barry
Offline Send Email
Mar 29, 2009
3:55 pm

... Frankly, some basic Linux knowledge would be of help. Invest the time, it will safe you more troubles! kind regards -- Matthias Kraft Software AG, Germany...
Matthias Kraft
matzek
Offline Send Email
Mar 30, 2009
9:48 am

... I apologize - I made the assumption that you were familar with Linux or Unix and should not have made that assumption. To make a change to PATH that you...
Larry W. Virden
lvirden
Offline Send Email
Mar 30, 2009
11:26 am

Larry, I thank you for the continuing dialog. My error in not describing myself as a newbie to Linux. I must proceed with my assembly code project, but if...
Barry Demers
demers_barry
Offline Send Email
Mar 30, 2009
5:35 pm

... tdom has already been reintroduced successfully, and comes with debian {stable|unstable|testing}: see http://packages.qa.debian.org/t/tdom.html as ubuntu...
stefan.sobernig
Offline Send Email
Mar 31, 2009
3:31 pm

Thanks for the heads up. This did in fact allow me to successfully install tDOM, which in turn allowed a successful install of my target app. My thanks to...
Barry Demers
demers_barry
Offline Send Email
Apr 1, 2009
2:52 pm

... The configure file looks for the information about the installed tcl in 'usual' places (like /usr/local/lib). If Ubuntu puts that into an 'unusual' place,...
Rolf Ade
rolf@...
Send Email
Mar 28, 2009
10:00 am

... My personal recommendation would be to install ActiveState's ActiveTcl (pick the version that you need), and then use their "teacup install tdom" to...
Larry W. Virden
lvirden
Offline Send Email
Mar 27, 2009
5:37 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help