[SOLVED] bgd-installer.sh Fedora help?

Started by MisterN, January 07, 2012, 04:17:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MisterN

I didn't care for ubuntu/xubuntu/kubutnu that much so i switched to fedora. I downloaded the .sh script from the website, went to terminal, type in

[nicholas@Nicholas ~]$ sh /home/nicholas/Downloads/bgd-1.0.0-installer.sh
Bennu Game Development Installer
(C) 2008-2011 - SplinterGU

Use: /home/nicholas/Downloads/bgd-1.0.0-installer.sh --help for help text

Installing Bennu Game Development...
tail: cannot open `/home/nicholas/bgd-1.0.0-installer.sh' for reading: No such file or directory

gzip: stdin: unexpected end of file
cp: cannot stat `bin/*': No such file or directory
cp: cannot stat `bgd': No such file or directory
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 48: /etc/ld.so.conf.d/bgd.conf: Permission denied
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 49: /etc/ld.so.conf.d/bgd.conf: Permission denied
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 50: /etc/ld.so.conf.d/bgd.conf: Permission denied
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 51: cd: /usr/lib/bgd/module: No such file or directory
/sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
Installing bash autocompletion feature...
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 142: /etc/bash_completion.d/bgdi: Permission denied
/home/nicholas/Downloads/bgd-1.0.0-installer.sh: line 142: /etc/bash_completion.d/bgdc: Permission denied
done!
[nicholas@Nicholas ~]$


Is there anything like bennupack except for linux (redhat/fedora) that I can use? I really dont want to go back to ubuntu to use bennu. Even then if it is installed, how might I be able to use it? When I installed my xfce version of fedora, it came with leafpad and geany IDE.
werg

handsource-dyko

Are you sure that the script is has it's executable bit set? Feodora uses gnome if I'm not mistaken. In that case, you can right-click the icon and look for permissions. Set it to executable and try to run the script again. It's best to do this from the terminal, so you can see what it's doing. You can also change the permissions with this terminal command: chmod 777 bgd-1.0.0-installer.sh

This set's all the permissions. I usally rename the name of the script to something shorter like "bennuinstall.sh" for easier typing.
Oh, remember, you have type ./ before the filename when you want to run the script. This let's th shell know that you want to run it from the current directory.

When it's installed, use it like you would under windows from the dos box. This is why I always make scripts to save typing! Under linux I simply use Gedit and run my own scripts from the terminal. In the terminal I can read the error messages or my own debug output. I also work this way under windows.

SplinterGU

you must run it from root user.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

MisterN

Quote from: handsource-dyko on January 07, 2012, 05:07:29 PM
Feodora uses gnome if I'm not mistaken.
Im using the fedora xfce spin cause I thought the gnome desktop wasnt good for what i needed
http://spins.fedoraproject.org/xfce/
werg

SplinterGU

you must run (install) it from root user.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

MisterN

werg

SplinterGU

commands:

su root

or

sudo bash

put the root password

then you, can execute the installer.
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

MisterN


[nicholas@Nicholas ~]$ su root
Password:
[root@Nicholas nicholas]# /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh
bash: syntax error near unexpected token `r270'
[root@Nicholas nicholas]#
werg

SplinterGU

sure...

./bgd-1.0.0RC27\(r270\)-installer.sh
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

MisterN

i got permission denied even though im the main user and have logged into root
werg

SplinterGU

please, copy complete console output here... and output of this command...

ls -la /etc/ld.so.conf.d/bgd.conf
ls -la /etc/ld.so.conf.d/
ls -la /etc/

ls -la /usr/lib/bgd
ls -la -d /usr/lib/bgd

Download Lastest BennuGD Release: http://www.bennugd.org/node/2

MisterN

enitre console

[nicholas@Nicholas ~]$ su root
Password:
[root@Nicholas nicholas]# /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh
bash: syntax error near unexpected token `r270'
[root@Nicholas nicholas]# /home/nicholas/Downloads/bgd-1.0.0RC27\(r270\)-installer.sh
bash: /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh: Permission denied
[root@Nicholas nicholas]# ls -la /etc/ld.so.conf.d/bgd.conf
ls: cannot access /etc/ld.so.conf.d/bgd.conf: No such file or directory
[root@Nicholas nicholas]# ls -la /etc/ld.so.conf.d/
total 32
drwxr-xr-x.   2 root root  4096 Nov  2 19:30 .
drwxr-xr-x. 123 root root 12288 Jan  7 09:27 ..
-rw-r--r--.   1 root root    15 Jun 15  2011 atlas-i386.conf
-r--r--r--.   1 root root    63 Nov  1 14:05 kernel-3.1.0-7.fc16.i686.conf
-rw-r--r--.   1 root root    14 Sep 30 08:59 llvm-i386.conf
-rw-r--r--.   1 root root    21 Sep 30 07:01 xulrunner-32.conf
[root@Nicholas nicholas]# ls -la /etc/
total 2312
drwxr-xr-x. 123 root root    12288 Jan  7 09:27 .
dr-xr-xr-x.  21 root root     4096 Jan  6 13:52 ..
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 abrt
-rw-r--r--.   1 root root       46 Jan  6 21:19 adjtime
-rw-r--r--.   1 root root     1518 Aug 16 06:13 aliases
-rw-r-----.   1 root smmsp   12288 Nov  2 19:32 aliases.db
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 alsa
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 alternatives
-rw-r--r--.   1 root root      541 Oct 26 20:10 anacrontab
-rw-r--r--.   1 root root      245 Feb  7  2011 anthy-conf
-rw-r--r--.   1 root root      148 Feb  7  2011 asound.conf
-rw-r--r--.   1 root root        1 Oct 26 17:54 at.deny
-rw-r--r--.   1 root root      186 Feb  8  2011 atmsigd.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 at-spi2
drwxr-x---.   3 root root     4096 Nov  2 19:30 audisp
drwxr-x---.   2 root root     4096 Nov  2 19:30 audit
drwxr-xr-x.   4 root root     4096 Nov  2 19:30 avahi
-rw-r--r--.   1 root root    57739 Sep  4 14:25 bash_completion
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 bash_completion.d
-rw-r--r--.   1 root root     2651 Aug 16 06:13 bashrc
drwxr-xr-x.   2 root root     4096 Sep 25 01:28 binfmt.d
drwxr-xr-x.   2 root root     4096 Jan  6 13:55 blkid
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 bluetooth
-rw-r--r--.   1 root root     7439 Feb  8  2011 bogofilter.cf
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 bonobo-activation
drwxr-xr-x.   2 root root     4096 Oct 11 09:09 chkconfig.d
-rw-r--r--.   1 root root     1022 Jan  6 21:19 chrony.conf
-rw-r-----.   1 root chrony     28 Jan  6 21:19 chrony.keys
-rw-r--r--.   1 root root      697 Aug 30 05:58 colord.conf
drwxr-xr-x.   5 root root     4096 Nov  2 19:30 ConsoleKit
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 cron.d
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 cron.daily
-rw-r--r--.   1 root root        0 Oct 26 20:10 cron.deny
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 cron.hourly
drwxr-xr-x.   2 root root     4096 Feb  8  2011 cron.monthly
-rw-r--r--.   1 root root      451 Feb  8  2011 crontab
drwxr-xr-x.   2 root root     4096 Feb  8  2011 cron.weekly
-rw-------.   1 root root        0 Jan  6 13:52 crypttab
-rw-r--r--.   1 root root     1602 Aug 16 06:13 csh.cshrc
-rw-r--r--.   1 root root      794 Aug 16 06:13 csh.login
drwxr-xr-x.   5 root lp       4096 Nov  2 19:32 cups
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 cupshelpers
drwxr-xr-x.   4 root root     4096 Nov  2 19:30 dbus-1
drwxr-xr-x.   4 root root     4096 Nov  2 19:30 dconf
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 default
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 depmod.d
drwxr-x---.   3 root root     4096 Nov  2 19:30 dhcp
-rw-r--r--.   1 root root     4830 Jul 15 07:02 DIR_COLORS
-rw-r--r--.   1 root root     5508 Jul 15 07:02 DIR_COLORS.256color
-rw-r--r--.   1 root root     4471 Jul 15 07:02 DIR_COLORS.lightbgcolor
-rw-r--r--.   1 root root    22494 Sep 15 18:59 dnsmasq.conf
drwxr-xr-x.   2 root root     4096 Sep 15 18:59 dnsmasq.d
-rw-r--r--.   1 root root      703 Nov  1 12:36 dracut.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 dracut.conf.d
-rw-rw-r--.   1 root disk        0 Jun 14  2011 dumpdates
-rw-r--r--.   1 root root        0 Aug 23 01:55 environment
-rw-r--r--.   1 root root        0 Aug 16 06:13 exports
drwxr-xr-x.   2 root root     4096 Oct 13 10:18 exports.d
lrwxrwxrwx.   1 root root       56 Nov  2 19:29 favicon.png -> /usr/share/icons/hicolor/16x16/apps/fedora-logo-icon.png
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 fcoe
-rw-r--r--.   1 root root       26 Oct 24 21:50 fedora-release
-rw-r--r--.   1 root root       59 Aug 16 06:13 filesystems
drwxr-xr-x.   4 root root     4096 Nov  2 19:29 fonts
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 foomatic
-rw-r--r--.   1 root root       20 Feb  8  2011 fprintd.conf
-rw-rw-r--.   1 root root      481 Jan  6 13:52 fstab
-rw-r--r--.   1 root root       38 Sep 22 06:52 fuse.conf
drwxr-xr-x.   7 root root     4096 Nov  2 19:30 gconf
drwxr-xr-x.   2 root root     4096 Aug 14 22:09 gcrypt
-rw-r--r--.   1 root root      103 Oct 14 13:19 gdbinit
drwxr-xr-x.   2 root root     4096 Oct 14 13:19 gdbinit.d
drwxr-xr-x.   6 root root     4096 Nov  2 19:30 gdm
drwxr-xr-x.   3 root root     4096 Nov  2 19:29 ghostscript
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 gnome-settings-daemon
drwxr-xr-x.   3 root root     4096 Nov  2 19:31 gnome-vfs-2.0
drwxr-xr-x.   2 root root     4096 Oct 12 07:42 gnupg
-rw-r--r--.   1 root root       94 Jul 11 03:08 GREP_COLORS
-rw-r--r--.   1 root root      719 Jan  6 21:21 group
-rw-r--r--.   1 root root      711 Jan  6 21:21 group-
lrwxrwxrwx.   1 root root       22 Nov  2 19:32 grub2.cfg -> ../boot/grub2/grub.cfg
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 grub.d
----------.   1 root root      583 Jan  6 21:21 gshadow
----------.   1 root root      575 Jan  6 21:21 gshadow-
-rw-r--r--.   1 root root      801 Jun 27  2011 gssapi_mech.conf
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 gtk-2.0
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 gtk-3.0
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 gtkmathview
-rw-r--r--.   1 root root      874 Nov  2 19:29 hba.conf
-rw-r--r--.   1 root root        9 Aug 16 06:13 host.conf
-rw-r--r--.   1 root root       83 Nov  2 19:32 hosts
-rw-r--r--.   1 root root      370 Aug 16 06:13 hosts.allow
-rw-r--r--.   1 root root      102 Feb  8  2011 hosts.atm
-rw-r--r--.   1 root root      460 Aug 16 06:13 hosts.deny
-rw-r--r--.   1 root root     3580 Mar  7  2011 idmapd.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 init
lrwxrwxrwx.   1 root root       11 Nov  2 19:29 init.d -> rc.d/init.d
-rw-r--r--.   1 root root      490 Jan  6 13:54 inittab
-rw-r--r--.   1 root root      942 Aug 16 06:13 inputrc
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 iproute2
-rw-r--r--.   1 root root     6612 Apr  3  2010 irssi.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 iscsi
-rw-r--r--.   1 root root       51 Oct 24 21:50 issue
-rw-r--r--.   1 root root       50 Oct 24 21:50 issue.net
drwxr-xr-x.   3 root root     4096 Nov  2 19:29 java
drwxr-xr-x.   2 root root     4096 Sep 15 06:28 jvm
drwxr-xr-x.   2 root root     4096 Sep 15 06:28 jvm-commmon
-rw-r--r--.   1 root root    37917 May 24  2011 jwhois.conf
-rw-r--r--.   1 root root      449 Oct 26 18:21 krb5.conf
-rw-r--r--.   1 root root    60252 Nov  2 19:32 ld.so.cache
-rw-r--r--.   1 root root       28 Oct 19 04:04 ld.so.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 ld.so.conf.d
-rw-r--r--.   1 root root     3534 Nov  7  2008 lftp.conf
-rw-r-----.   1 root root      191 Aug 15 10:30 libaudit.conf
drwxr-xr-x.   5 root root     4096 Nov  2 19:29 libreport
-rw-r--r--.   1 root root     2293 Jan  6 13:54 libuser.conf
-rw-r--r--.   3 root root      327 Oct 19 06:41 localtime
-rw-r--r--.   1 root root     2045 Jan  6 13:54 login.defs
-rw-r--r--.   1 root root      662 Jun 21  2011 logrotate.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 logrotate.d
drwxr-xr-x.   5 root root     4096 Nov  2 19:30 lvm
-r--r--r--.   1 root root       33 Nov  2 19:30 machine-id
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 mail
-rw-r--r--.   1 root root      272 Aug 16 02:03 mailcap
-rw-r--r--.   1 root root     1968 Feb  9  2011 mail.rc
-rw-r--r--.   1 root root     5171 May 29  2011 man_db.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 matchbox
drwxr-xr-x.   3 root root     4096 Nov  2 19:29 maven
drwxr-xr-x.   3 root root     4096 Nov  2 19:32 mcelog
-rw-r--r--.   1 root root    49152 Aug 16 02:03 mime.types
-rw-r--r--.   1 root root      801 Dec 22  2010 mke2fs.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 modprobe.d
drwxr-xr-x.   2 root root     4096 Sep 25 01:28 modules-load.d
-rw-r--r--.   1 root root        0 Aug 16 06:13 motd
lrwxrwxrwx.   1 root root       17 Jan  6 13:52 mtab -> /proc/self/mounts
-rw-r--r--.   1 root root     2620 Jun 29  2011 mtools.conf
drwxr-xr-x.   2 root root     4096 Sep 21 12:49 multipath
-rw-r--r--.   1 root root   132083 Oct 26 20:41 Muttrc
-rw-r--r--.   1 root root       32 Oct 26 20:41 Muttrc.local
-rw-r--r--.   1 root root     8892 May 11  2011 nanorc
-rw-r--r--.   1 root root      767 May  2  2011 netconfig
drwxr-xr-x.   5 root root     4096 Nov  2 19:30 NetworkManager
-rw-r--r--.   1 root root       58 Oct 12 14:10 networks
-rw-r--r--.   1 root root     3390 Oct 13 10:18 nfsmount.conf
-rw-r--r--.   1 root root     1717 Nov  2 19:29 nsswitch.conf
-rw-r--r--.   1 root root     1706 Oct 19 04:04 nsswitch.conf.bak
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 obex-data-server
drwxr-xr-x.   3 root root     4096 Jan  6 13:54 openldap
drwxr-xr-x.   2 root root     4096 Sep  9 11:29 openvpn
drwxr-xr-x.   2 root root     4096 Jul 29 01:49 opt
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 PackageKit
drwxr-xr-x.   2 root root     4096 Jan  6 13:54 pam.d
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 pam_pkcs11
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 pango
-rw-r--r--.   1 root root     1725 Jan  6 21:21 passwd
-rw-r--r--.   1 root root     1725 Jan  6 21:21 passwd-
-rw-r--r--.   1 root root       99 Mar 13  2010 passwdqc.conf
-rw-r--r--.   1 root root     1362 May 20  2011 pbm2ppa.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 pcmcia
-rw-r--r--.   1 root root     2872 Feb  9  2011 pinforc
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 pkcs11
drwxr-xr-x.   8 root root     4096 Nov  2 19:30 pki
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 plymouth
drwxr-xr-x.   5 root root     4096 Nov  2 19:28 pm
-rw-r--r--.   1 root root     6300 May 20  2011 pnm2ppa.conf
drwxr-xr-x.   5 root root     4096 Nov  2 19:30 polkit-1
drwxr-xr-x.   2 root root     4096 Jun 14  2011 popt.d
drwxr-xr-x.   3 root root     4096 Nov  2 19:32 ppp
-rw-r--r--.   1 root root   339884 Jan  7 09:27 prelink.cache
-rw-r--r--.   1 root root      789 Oct 12 08:48 prelink.conf
drwxr-xr-x.   2 root root     4096 Oct 12 08:57 prelink.conf.d
-rw-r--r--.   1 root root      233 Aug 16 06:13 printcap
-rw-r--r--.   1 root root     1794 Aug 16 06:13 profile
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 profile.d
-rw-r--r--.   1 root root     6545 Aug 16 06:13 protocols
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 pulse
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 purple
-rw-------.   1 root root        0 Nov  2 19:29 .pwd.lock
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc0.d -> rc.d/rc0.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc1.d -> rc.d/rc1.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc2.d -> rc.d/rc2.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc3.d -> rc.d/rc3.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc4.d -> rc.d/rc4.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc5.d -> rc.d/rc5.d
lrwxrwxrwx.   1 root root       10 Nov  2 19:30 rc6.d -> rc.d/rc6.d
drwxr-xr-x.  10 root root     4096 Oct 12 14:10 rc.d
-rw-r--r--.   1 root root      373 Apr 26  2003 rearj.cfg
lrwxrwxrwx.   1 root root       14 Nov  2 19:28 redhat-release -> fedora-release
-rw-r--r--.   1 root root     1787 Jul 26 02:51 request-key.conf
-rw-r--r--.   1 root root      100 Jan  7 08:50 resolv.conf
lrwxrwxrwx.   1 root root       11 Nov  2 19:29 rmt -> ../sbin/rmt
-rw-r--r--.   1 root root     1615 Oct 19 04:03 rpc
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 rpm
-rw-r--r--.   1 root root     2875 Sep  6 05:39 rsyslog.conf
drwxr-xr-x.   2 root root     4096 Sep  6 05:43 rsyslog.d
-rw-r--r--.   1 root root      888 Oct 12 14:10 rwtab
drwxr-xr-x.   2 root root     4096 Nov  2 19:31 rwtab.d
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 sane.d
drwxr-xr-x.   2 root root     4096 Nov  2 19:32 sasl2
-rw-------.   1 root root      155 Aug 23 01:55 securetty
drwxr-xr-x.   6 root root     4096 Nov  2 19:29 security
drwxr-xr-x.   3 root root     4096 Nov  2 19:31 selinux
-rw-r--r--.   1 root root    10179 Jul 21 23:56 sensors3.conf
drwxr-xr-x.   2 root root     4096 Jul 21 23:56 sensors.d
-rw-r--r--.   1 root root   656517 Aug 23 01:55 services
-rw-r--r--.   1 root root      216 Oct  4 06:03 sestatus.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 setroubleshoot
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 setuptool.d
drwxr-xr-x.   3 root root     4096 Nov  2 19:28 sgml
----------.   1 root root     1066 Jan  6 21:21 shadow
----------.   1 root root     1066 Jan  6 21:21 shadow-
-rw-r--r--.   1 root root       42 Nov  2 19:29 shells
drwxr-xr-x.   4 root root     4096 Nov  2 19:31 skel
-rw-r--r--.   1 root root     6781 Jun 13  2011 smartd.conf
drwxr-xr-x.   2 root root     4096 Jan  6 21:18 smolt
drwxr-xr-x.   2 root root     4096 Jul 25 07:23 smrsh
-rw-r--r--.   1 root root      260 Feb  9  2011 sos.conf
drwxr-xr-x.   3 root root     4096 Nov  2 19:31 sound
drwxr-xr-x.   2 root root     4096 Jan  6 21:18 ssh
drwxr-xr-x.   2 root root     4096 Nov  2 19:28 ssl
drwx------.   3 root root     4096 Nov  2 19:31 sssd
-rw-r--r--.   1 root root      212 Oct 12 14:10 statetab
drwxr-xr-x.   2 root root     4096 Oct 12 14:10 statetab.d
drwxr-xr-x.   2 root root     4096 Sep 20 14:07 stunnel
-r--r-----.   1 root root     3338 Nov 30  2010 sudoers
drwxr-x---.   2 root root     4096 Sep  7 02:28 sudoers.d
drwxr-xr-x.   7 root root     4096 Jan  6 21:21 sysconfig
-rw-r--r--.   1 root root      738 Oct 12 14:10 sysctl.conf
drwxr-xr-x.   2 root root     4096 Sep 25 01:28 sysctl.d
drwxr-xr-x.   4 root root     4096 Nov  2 19:30 systemd
lrwxrwxrwx.   1 root root       14 Nov  2 19:28 system-release -> fedora-release
-rw-r--r--.   1 root root       31 Oct 24 21:50 system-release-cpe
drwxr-xr-x.   2 root root     4096 Jul 18 08:13 terminfo
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 tmpfiles.d
-rw-r--r--.   1 root root      375 Sep  9 04:11 trusted-key.key
drwxr-xr-x.   3 root root     4096 Nov  2 19:30 udev
-rw-r--r--.   1 root root      489 Mar 31  2011 updatedb.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 UPower
-rw-r--r--.   1 root root      313 Jul  4  2000 urlview.conf
-rw-r--r--.   1 root root      592 Dec 22  2010 usb_modeswitch.conf
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 usb_modeswitch.d
-rw-r--r--.   1 root root     1964 Sep 21 02:29 vimrc
-rw-r--r--.   1 root root     1964 Sep 21 02:29 virc
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 vpnc
-rw-r--r--.   1 root root     4479 Aug  3 02:12 wgetrc
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 wpa_supplicant
-rw-r--r--.   1 root root        0 Feb  7  2011 wvdial.conf
drwxr-xr-x.   6 root root     4096 Nov  2 19:30 X11
drwxr-xr-x.   8 root root     4096 Nov  2 19:31 xdg
drwxr-xr-x.   2 root root     4096 Nov  2 19:29 xinetd.d
drwxr-xr-x.   2 root root     4096 Nov  2 19:28 xml
drwxr-xr-x.   2 root root     4096 Nov  2 19:30 xscreensaver
-rw-r--r--.   1 root root      585 Sep 26 04:02 yp.conf
drwxr-xr-x.   5 root root     4096 Nov  2 19:29 yum
-rw-r--r--.   1 root root      813 Sep 26 02:16 yum.conf
drwxr-xr-x.   2 root root     4096 Sep 26 02:16 yum.repos.d
[root@Nicholas nicholas]#
[root@Nicholas nicholas]# ls -la /usr/lib/bgd
ls: cannot access /usr/lib/bgd: No such file or directory
[root@Nicholas nicholas]# ls -la -d /usr/lib/bgd/home/nicholas/Downloads/bgd-1.0.0RC27\(r270\)-installer.sh
ls: cannot access /usr/lib/bgd/home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh: No such file or directory

werg

SplinterGU

try from root user

chmod +x /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh

then, run from /home/nicholas/Downloads/ with root user:

./bgd-1.0.0RC27\(r270\)-installer.sh
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

handsource-dyko

On ubuntu it normally works from a normal user with the sudo command.

MisterN

#14
this is pissing me off. why is linux so hard to install stuff on? will it work if i just have the plain files in hand and put them in a folder to use with geany?

sudo bash
[root@Nicholas nicholas]# chmod +x /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh
bash: syntax error near unexpected token `('
[root@Nicholas nicholas]# chmod +x /home/nicholas/Downloads/bgd-1.0.0RC27\(r270\)-installer.sh
[root@Nicholas nicholas]# /home/nicholas/Downloads/bgd-1.0.0RC27\(r270\)-installer.sh
Bennu Game Development Installer
(C) 2008-2011 - SplinterGU

Use: /home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh --help for help text

Installing Bennu Game Development...
tail: cannot open `/home/nicholas/bgd-1.0.0RC27(r270)-installer.sh' for reading: No such file or directory

gzip: stdin: unexpected end of file
cp: cannot stat `bin/*': No such file or directory
cp: cannot stat `bgd': No such file or directory
/home/nicholas/Downloads/bgd-1.0.0RC27(r270)-installer.sh: line 51: cd: /usr/lib/bgd/module: No such file or directory
Installing bash autocompletion feature...
done!
[root@Nicholas nicholas]#
werg