Solved How to install libudev

Hello.
Could you please tell me, where and how to install libudev on FreeBSD? I searched whole internet, and didn't find the answer. It need to me for installing LightTable IDE
Code:
% bash LightTable 
libudev.so.0 or libudev.so.1 not found in any of /lib /lib64 /lib/x86_64-linux-gnu /usr/lib /usr/lib/x86_64-linux-gnu.
As maintainer says (https://github.com/LightTable/LightTable/issues/727): to support FreeBSD need to install node-webkit, wich one needs libudev too, and solution from node-webkit (https://github.com/rogerwang/node-webki ... budev.so.0): make link from libudev.so.1 to libudev.so.0 - ins't helpful too.
Thanks.
 
I'm sure it "can be done". It's just that nobody has done it yet. Besides that, FreeBSD has a far better system so why port a library that has less functionality?
 
It's simple - to use some cutties from linux. Or it looks like "FreeBSD users should suffer" - that's the answer of my neighbor, who use Fedora :D
 
What good porting of the library would do if the FreeBSD kernel doesn't have the necessary API for the library to work?
 
Looks like offtop.
Answer on the question have been done.
Thanks.
I doesn't mean to use library, but mean to do something for using programms for linux, or mac os. It's very sad that much users of linux, windows, even mac os, can run programms that couldn't be run on FreeBSD - thats all I say.
For example: LightTable IDE and SublimeText, or anything to plug my iPod touch 1g and so and so, which of them haven't any analogue on *BSD.
 
Turns out that libudev, which does not exist for FreeBSD, as stated here, is now suddenly needed for the linux-doom3-demo and linux-quake4-demo which exist as ports and packages??? This was not the case in the past and now suddenly you cannot play these games anymore because of this? What the hell is wrong? Look at this:

Code:
$ linux-doom3-demo     
DOOM 1.1.1286 linux-x86 Nov 28 2004 20:09:31
Hostname: test.com
local IP: 69.172.200.235
couldn't stat exe path link /proc/4494/exe
------ Initializing File System ------
Loaded pk4 /usr/local/lib/linux-doom3-demo/demo/demo00.pk4 with checksum 0xfe75bbef
Current search path:
/home/test/.doom3-demo/demo
/usr/local/lib/linux-doom3-demo/demo
/usr/local/lib/linux-doom3-demo/demo/demo00.pk4 (12234 files)
game DLL: 0x0 in pak: 0x0
file system initialized.
--------------------------------------

Running in restricted demo mode.

----- Initializing Decls -----
------------------------------
couldn't read /proc/cpuinfo
measured CPU frequency: 2351.35 MHz
guessing video ram ( use +set sys_videoRam to force ) ..
Setup X display connection
guess failed, return default low-end VRAM setting ( 64MB VRAM )
GetSystemRam: sysconf _SC_PHYS_PAGES failed
Detected
        2.35 GHz CPU
        512 MB of System memory
        64 MB of Video memory on an optimal video architecture

This system qualifies for Low quality.
GetSystemRam: sysconf _SC_PHYS_PAGES failed
------- Initializing renderSystem --------
using ARB renderSystem
renderSystem initialized.
--------------------------------------
5151 strings read from strings/english.lang
Couldn't open journal files
couldn't exec editor.cfg
execing default.cfg
couldn't exec DoomConfig.cfg
couldn't exec autoexec.cfg
5151 strings read from strings/english.lang
----- Initializing Sound System ------
sound system initialized.
--------------------------------------
----- R_InitOpenGL -----
dlopen(libGL.so.1)
Initializing OpenGL display
Using XFree86-VidModeExtension Version 2.2
DGA DirectVideo Mouse (Version 2.0) initialized
Free86-VidModeExtension Activated at 640x480
Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
Couldn't dlopen libudev.so.1 or libudev.so.0, driver detection may be broken.
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Using 8/8/8 Color bits, 8 Alpha bits, 24 depth, 8 stencil display.
Fatal X Error:
  Major opcode of failed request: 154
  Minor opcode of failed request: 3
  Serial number of failed request: 53
BadValue
Fatal X Error:
  Major opcode of failed request: 154
  Minor opcode of failed request: 5
  Serial number of failed request: 55
GLXBadContext
Fatal X Error:
  Major opcode of failed request: 154
  Minor opcode of failed request: 26
  Serial number of failed request: 55
0
GL_RENDERER: (null)
GL_EXTENSIONS: (null)
^[^[Terminated
$
 
Back
Top