I just installed version 6.2.1 of VServer ( 64bit ) and V4RB ( 64bit ) on my VPS and uploaded a Xojo WE app ( 64bit ). When I try to start the WE app I get this error message:
Failed to load plugin v4rb_x64_release.so:
libvshared_release_x64.so.621: cannot open shared object file: No such file or directory
This is what is installed on my VPS:
root@hd1:/opt/V4RB/vcomponents_64# ls -lh
total 68M
lrwxrwxrwx 1 root root 16 Dec 15 12:49 libicudata.so -> libicudata.so.54
-rwxr-xr-x 1 root root 25M Dec 15 12:50 libicudata.so.54
lrwxrwxrwx 1 root root 16 Dec 15 12:49 libicui18n.so -> libicui18n.so.54
-rwxr-xr-x 1 root root 2.3M Dec 15 12:50 libicui18n.so.54
lrwxrwxrwx 1 root root 14 Dec 15 12:49 libicuio.so -> libicuio.so.54
-rwxr-xr-x 1 root root 104K Dec 15 12:50 libicuio.so.54
lrwxrwxrwx 1 root root 14 Dec 15 12:49 libicuuc.so -> libicuuc.so.54
-rwxr-xr-x 1 root root 1.7M Dec 15 12:50 libicuuc.so.54
lrwxrwxrwx 1 root root 29 Dec 15 12:49 libvclient_release_x64.so -> libvclient_release_x64.so.621
-rwxr-xr-x 1 root root 4.1M Dec 15 12:50 libvclient_release_x64.so.621
lrwxrwxrwx 1 root root 29 Dec 15 12:49 libvkernel_release_x64.so -> libvkernel_release_x64.so.621
-rwxr-xr-x 1 root root 18M Dec 15 12:50 libvkernel_release_x64.so.621
lrwxrwxrwx 1 root root 29 Dec 15 12:49 libvreport_release_x64.so -> libvreport_release_x64.so.621
-rwxr-xr-x 1 root root 14M Dec 15 12:50 libvreport_release_x64.so.621
lrwxrwxrwx 1 root root 29 Dec 15 12:49 libvshared_release_x64.so -> libvshared_release_x64.so.621
-rwxr-xr-x 1 root root 3.3M Dec 15 12:50 libvshared_release_x64.so.621
This app uses Postgresql for it's database connection, but I'm using Valentina Reports for reporting. My development machine ( Windows 10 ) has V4RB 6.2.1 installed.
Would anyone have any suggestions why it would fail to load the plugin?
Best Regards,
Johnny Harris