Search found 126 matches: usr

Return to advanced search

Re: mod_harbour + ADS on linux server

... libs using ./setup.pl Bye Hello Giuliano, I tried to install ADS libs with setup.pl and I found that it puts libace.so and libadsloc.so both in /usr/lib (64 bits version) and in /usr/lib32. Anyway I did not manage to make it work. I am sorry but I did not find out how to contact you via email. ...
by berpa
Mon Dec 05, 2022 2:21 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: mod_harbour + ADS on linux server

... sent me but I'm sorry to say that it does not work. The browser receives no response from the server and in apache error.log there is the error: /usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: undefined symbol: AdsSetDateFormat I hope that this could help you. If ...
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: mod_harbour + ADS on linux server

Dear Paolo, We are trying to build it for you but we get these errors: /usr/bin/ld: /home/anto/harbour/lib/linux/gcc/libhbvmmt.a(hvmall.o): relocation R_X86_64_TPOFF32 against `hb_stack_ptr' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: ...
by Antonio Linares
Thu Dec 01, 2022 8:33 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

mod_harbour + ADS on linux server

... guide https://github.com/FiveTechSoft/mod_harbour/tree/master/linux I have put libharbour.so.3.2.0 in /var/www/html and mod_harbour.so in /usr/lib/apache2/modules. I found a small guide about mod_harbour + ADS on linux here https://github.com/FiveTechSoft/mod_harbour/wiki/Using-ADS-from-mod-harbour-on-Linux ...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Installation of mod_harbour as module or fastcgi handler

... described in readme.md in "mod_harbour/fastcgi/linux" results in a oviously missing libcurl.so-File. The Apache error_log says: "/usr/bin/modharbour: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /usr/bin/modharbour)" Inspection of ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Mod_harbour and Mercury over Ubuntu/Linux VM

... git sudo apt-get install git-all STEP 2: Install some linux packages sudo apt install libcurl4-openssl-dev sudo apt install libssl-dev sudo cp -r /usr/include/x86_64-linux-gnu/curl /usr/include STEP 3: Install apache sudo apt install apache2 sudo apt install apache2-dev STEP 4: Git clone mod_harbour ...
by ricbarraes
Wed Oct 21, 2020 6:20 pm
 
Forum: mod_harbour
Topic: Mod_harbour and Mercury over Ubuntu/Linux VM
Replies: 0
Views: 357

Re: Instalar modharbour en el hosting

... libharbour.so.3.2.0 [root@server3 html]# sudo ln -sf ~/mod_harbour/samples modharbour_samples [root@server3 html]# cd /usr/lib/apache2/modules -bash: cd: /usr/lib/apache2/modules: No existe el fichero o el directorio buscando la carpeta apache [root@server3 /]# cd / ...
by Patricio Avalos Aguirre
Fri Aug 14, 2020 10:22 pm
 
Forum: mod_harbour
Topic: Instalar modharbour en el hosting
Replies: 7
Views: 1309

Re: Instalar modharbour en el hosting

... cd /var/www/html sudo ln -sf ~/mod_harbour/linux/libharbour.so.3.2.0 libharbour.so.3.2.0 sudo ln -sf ~/mod_harbour/samples modharbour_samples cd /usr/lib/apache2/modules sudo ln -sf ~/mod_harbour/linux/mod_harbour.so mod_harbour.so Finalmente añade estas líneas al final de /etc/apache2/apache2.conf ...
by Antonio Linares
Fri Aug 14, 2020 5:43 am
 
Forum: mod_harbour
Topic: Instalar modharbour en el hosting
Replies: 7
Views: 1309

Re: How to use OPRN and error pdf2.prg sample

I put the suggested information in the header of the file but it generated the error: ------------ Error: Can't open #include file '/usr/include/harbour/hbclass.ch' called from: __PP_PROCESS, line: 0 called from: ../source/exec.prg, EXECUTE, line: 64 Source: ------------ Would it be possible ...
by tiagojbi
Wed Jul 01, 2020 12:19 pm
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2743

Re: How to use OPRN and error pdf2.prg sample

Please modify the header file used in pdf2.prg to use:

#include "/usr/include/harbour/hbclass.ch"
#include "/usr/include/harbour/hboo.ch"
by Antonio Linares
Wed Jul 01, 2020 4:27 am
 
Forum: mod_harbour
Topic: How to use OPRN and error pdf2.prg sample
Replies: 20
Views: 2743

Re: Orientación para migración desde visual flagship

... source/winapi/printers.c:16:7: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations] g_type_init(); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, ...
by alfaguilarz
Wed Nov 06, 2019 5:52 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Orientación para migración desde visual flagship
Replies: 5
Views: 7965

Re: Instalación mod_harbour en Servidor VPS Linux Centos 7

... fichero mod_harbour.c, la línea lib_harbour = dlopen( "/var/www/html/libharbour.so.3.2.0", RTLD_LAZY ); por lib_harbour = dlopen( "/usr/lib64/libharbour.so.3.2.0", RTLD_LAZY ); - estando en el directorio /root/temp/harbour ejecutamos el comando apxs -c -i mod_harbour.c que nos ...
by Baxajaun
Tue Jul 23, 2019 6:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalación mod_harbour en Servidor VPS Linux Centos 7
Replies: 6
Views: 1227

Instalación mod_harbour en Servidor VPS Linux Centos 7

... en Linea VPS con Linux CentOS 7, pero no he podido hacerlo funcionar. Ya copie el archivo "libharbour.so.3.2.0" en el directorio "/usr/lib64" Tambien copie el archivo "mod_harbour.so" en el directorio "/etc/httpd/modules" ** Estos archivos "libharbour.so.3.2.0" ...
by csincuir
Mon Jul 22, 2019 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalación mod_harbour en Servidor VPS Linux Centos 7
Replies: 6
Views: 1227

Re: Run Harbour on Apache Linux from Windows 10 !!!

Maurizio, In /etc/apache2/apache2.conf please check that you don't have this line twice (duplicated): LoadModule harbour_module /usr/lib/apache2/modules/mod_harbour.so You don't have to copy all the examples to /var/www/html. Simply go to /var/www/html and do this: sudo ln -sf /home/$USER/mod_harbour/samples ...
by Antonio Linares
Fri Jul 19, 2019 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run Harbour on Apache Linux from Windows 10 !!!
Replies: 16
Views: 2813

Re: Run Harbour on Apache Linux from Windows 10 !!!

Maurizio, ok, now please check if you have: 1. mod_harbour.so at /usr/lib/apache2/modules 2. libharbour.so.3.2.0 at /var/www/html 3. In /etc/apache2/apache2.conf add these lines: LoadModule harbour_module /usr/lib/apache2/modules/mod_harbour.so<FilesMatch ...
by Antonio Linares
Wed Jul 17, 2019 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run Harbour on Apache Linux from Windows 10 !!!
Replies: 16
Views: 2813
Next

Return to advanced search