Hello, this is my first time posting, I need some help in solving my wine problem. I am running on the amd64 build of freebsd 8.0
[CMD=]uname -a[/cmd]
I followed the instructions for building wine under amd64 builds as per wiki.freebsd.org/Wine and have run into the following snag:
I tryed checking permisions with [CMD=]ls -la /compat/i386/usr/local/lib[/CMD] and found
I have solved many of my problems along the way but this one I cannot seem to find a solution for. My searches both here and on google have not lent me much insight into the problem. I will say that I had to change the alias commands that were given in the directions so that they would be compatible with tcsh.
[CMD=]cat .cshrc[/cmd]
I am not sure if this has any relation to my problem. Could somebody please guide me to fixing this problem.
I apologize if my formating is not friendly, I have been reading the prerequisites but it will take some time for me to get used to everything.
[CMD=]uname -a[/cmd]
Code:
FreeBSD ccs.meschael 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009
root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
I followed the instructions for building wine under amd64 builds as per wiki.freebsd.org/Wine and have run into the following snag:
Code:
~ # winecfg
/compat/i386/usr/local/lib: Permission denied.
I tryed checking permisions with [CMD=]ls -la /compat/i386/usr/local/lib[/CMD] and found
Code:
total 24126
drwxr-xr-x 8 root wheel 6144 Jun 27 16:58 .
I have solved many of my problems along the way but this one I cannot seem to find a solution for. My searches both here and on google have not lent me much insight into the problem. I will say that I had to change the alias commands that were given in the directions so that they would be compatible with tcsh.
[CMD=]cat .cshrc[/cmd]
Code:
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias wine32 '/compat/i386/usr/local/lib PATH=/compat/i386/usr/local/bin:$PATH /compat/i386/usr/local/bin/wine'
alias winecfg '/compat/i386/usr/local/lib PATH=/compat/i386/usr/local/bin:$PATH /compat/i386/usr/local/bin/winecfg'
I am not sure if this has any relation to my problem. Could somebody please guide me to fixing this problem.
I apologize if my formating is not friendly, I have been reading the prerequisites but it will take some time for me to get used to everything.