Re: Trouble installing OpenOffice 1.1.2 on 4.10

From: Nikolas Britton (freebsd_at_nbritton.org)
Date: 07/18/04

  • Next message: Joshua Tinnin: "(no subject)"
    Date: Sun, 18 Jul 2004 12:06:08 -0500
    To: Josh Ockert <torstenvl@gmail.com>, freebsd-newbies@freebsd.org
    
    

    >try
    >#chmod +x setup
    >and *then*
    >#./setup -net
    >That's the only thing I can think of -- that setup is a script or
    >something and not set to be executable.
    >

    yea try what he says...
    check that the script is executable using the ls command "ls -alF" (or
    just use "ll", an alias of ls for "long list" ) look for your file and
    then look to the left to make sure the x (executable) bit is set.

    if its not run "chmod +x setup", "chmod 777 setup", etc. to make the
    file executable.

    and if "./setup -net" still isn't workin try something like "sh ./setup
    -net" or "sh %full path name%/setup -net".

    Now would be a good time to read the man pages for ls, and chmod, and
    man..."man ls", "man chmod", and "man man". BTW why are you trying to do
    a network install (setup -net)?

    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"


  • Next message: Joshua Tinnin: "(no subject)"

    Relevant Pages

    • Re: print setup saves the printer
      ... >> is this normal behaviour and do i have to make a setup script for each ... > Setup command by setting the Page Setup to A4 landscape. ... > Using the Page Setup command a script can store the Page ... choose a printer in your operating system's Printer settings ...
      (comp.databases.filemaker)
    • Re: print setup saves the printer
      ... > it seems that the 'print setup' and 'print' in the srcipts not only saves ... Setup command by setting the Page Setup to A4 landscape. ... Using the Page Setup [Restore] command a script can store the Page ...
      (comp.databases.filemaker)
    • Re: chmod 2775 dir not work (bug!!!)
      ... > The side effect is obviously that you also can't set it with numerics. ... > Technically it could be setup that you could set it with a number, ... ISTR a system where chmod wouldn't touch the special bits (setuid, ... Systems Administrator | Institute for Software Science | Univ. of Vienna ...
      (comp.unix.solaris)
    • Re: How to set a "public" directory? (Everyone can add and modify their own files)
      ... I'm looking for a way to setup a directory working like this: ... Add "g+s" to the chmod command. ...
      (RedHat)
    • ssh_exchange_identification error when using sftp
      ... I'm having issues with sftp... ... keys are setup. ... Section of script where the 'sftp' command is executed: ...
      (SSH)