User talk:Cron Stardust

From Second Life Wiki
Jump to navigation Jump to search

bash: xml: command not found

I don't seem to have the xml command used in step 5 (Get glh_linear) of Get source and "accessories". What ebuild provides it? (If you don't know, please run

equery `which xml`

and post the output.) Thanks --Boroondas Gupte 14:10, 5 January 2009 (UTC)

I guess you didn't see my question, yet. But you implicitly gave an answer at the mailing list. It's app-text/xmlstarlet. --Boroondas Gupte 11:09, 6 January 2009 (UTC)
lol, I JUST realized that there were comments :D Yes, that is the package. Cron Stardust 23:50, 11 January 2009 (UTC)

using ldd to view dependencies

  • You might want to add something along the lines of my ldd advice in SLdev to your text, for the benefit of those who don't scan every SLdev post, namely:
   ldd bin/do-not-directly-run-secondlife-bin
   ldd bin/do-not-directly-run-secondlife-bin | grep 'not found'
   LD_LIBRARY_PATH="lib" ldd bin/do-not-directly-run-secondlife-bin | grep 'not found'
Too many people seem to be guessing about what's linked into the executable, which isn't necessary. Morgaine Dinova 18:21, 7 January 2009 (UTC)
Thanks for the info, both here and on-list. --Cron Stardust 23:52, 11 January 2009 (UTC)