View Single Post
  #2   (View Single Post)  
Old 7th November 2008
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default

I would suggest restoring those libraries back to their original and try and force your application to use the Linux Libraries instead. Have you looked at the command 'brandelf'? This allows you to force an application to use the Linux libraries instead.
# brandelf -t Linux <Unreal Torunament server binary>

Also there is a native unreal tournament server for FreeBSD which maybe worth checking out, you can install that with the following command:
# pkg_add -r utserver
Reply With Quote