OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] xsl parameter "ulink.footnotes" generating anerror


Eric,

I recommend you run the install under your own login.  You will need to
extract the zip file using your login in a directory where you have
write permissions.  Once you've done that, you can run the install shell
under your login.  Since the install program updates your profile and
other things in your home directory, you probably want it to run under
your login anyway, unless you're setting things up for more than one
user on your computer.

.profile.incl should be in the top level directory.  Your problem is
a typo in the find command.  Try the following:

find . -name .profile.incl
or, since it should be in that top directory,
ls .profile.incl

Hope that helps; good luck.

Regards,
Dick Hamilton
http://rlhamilton.net

On Fri, 2008-06-20 at 19:27 +0200, Erik Leunissen wrote:
> John Brown wrote:
> > 
> > If you are on Ubuntu, then at the prompt, run:
> > 
> > sudo ./install.sh
> >  and enter your password when prompted. That will let you run the script
> > as root.
> 
> It appears that the distribution is not supposed to be installed as root:
> 
> > su
> Password:
> # ./install.sh
> 
> NOTE: For non-interactive installs/uninstalls, use --batch
> 
> 
> WARNING: This install script is meant to be run as a non-root
>          user, but you are running it as root.
> 
> Are you sure you want to continue? [No]
> >
> 
> 
> Furthermore, the distribution (1.74.0) that I downloaded doesn't contain
> a file .profile.incl, see:
> 
> ~/tmp/docbook-xsl-1.74.0> find . */.profile.incl > /dev/null
> find: *: No such file or directory
> ~/tmp/docbook-xsl-1.74.0>
> 
> Is the distribution broken?
> 
> Erik.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]