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)
  • You might want to add something along the lines of my ldd advice 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)