Re: How to use the tun0 interface (VPN)?

2024-05-09 Thread W.D.T Chathurange
Hi, I think this is because all your traffic is just routing through your current default gateway which is your router. Try adding a route to the vpn server to route through your physical router. Then change your default gateway to the vpn interface. doas route add (doas route add xx.xx.xx.xx 1

cmake can't find Xcursor library

2024-09-04 Thread W.D.T Chathurange
Hello, I am trying to compile the Allegro 5 game programming library in OpenBSD 7.5 amd64. When I run the cmake command, I get the following error. -- Looking for XcursorImageCreate in Xcursor -- Looking for XcursorImageCreate in Xcursor - not found Make Error at C

Re: cmake can't find Xcursor library

2024-09-04 Thread W.D.T Chathurange
resent in /usr/X11R6/include/X11/Xcursor/Xcursor.h and the header file has the XcursorImageCreate function. I managed to build this in Arch Linux without doing any changes. Not sure why it can't find the Xcursor in OpenBSD. Any help is much appreciated. Regards, Tharindu On Wed, Sep 4, 2024 at 1:25

Re: cmake can't find Xcursor library

2024-09-05 Thread W.D.T Chathurange
; Vào Th 4, 4 thg 9, 2024 vào lúc 18:37 W.D.T Chathurange > đã viết: > > > > Hello, > > > > I am trying to compile the Allegro 5 game programming library in OpenBSD > 7.5 amd64. When I run the cmake command, I get the following error. > > > > -- Looki