Hello BSDers! :e
I've installed aim (instant messenger) from FreeBSD's port. It requires linux compat. This is my first time to try to run linux apps on FreeBSD. After the installation, I found aim on several directories:
	
	
	
		
I tried to execute aim by entering:
	
	
	
		
It outputs using wrong library (brandelf = FreeBSD):
	
	
	
		
I see there is another libXi.so.6 ( brandelf = Linux ) listed under:
	
	
	
		
How do I instruct it to use
	
	
	
		
instead of
	
	
	
		
Thanks!!!
				
			I've installed aim (instant messenger) from FreeBSD's port. It requires linux compat. This is my first time to try to run linux apps on FreeBSD. After the installation, I found aim on several directories:
		Code:
	
	./usr/compat/linux/bin/aim
./usr/compat/linux/usr/bin/aim
./usr/compat/linux/usr/lib/aim
	I tried to execute aim by entering:
		Code:
	
	./aim
	
		Code:
	
	/compat/linux/usr/bin/aim: error while loading shared libraries: /usr/local/lib/libXi.so.6: ELF file OS ABI invalid
	I see there is another libXi.so.6 ( brandelf = Linux ) listed under:
		Code:
	
	./usr/compat/linux/usr/X11R6/lib/libXi.so.6
	How do I instruct it to use
		Code:
	
	/usr/compat/linux/usr/X11R6/lib/libXi.so.6
	
		Code:
	
	/usr/local/lib/libXi.so.6
	Thanks!!!