Search results

  1. A

    [notice] child pid 32974 exit signal Segmentation fault (11)

    combination It looks like a there is a problem with the version of progress, php and apache. If i execute my programm via the commandline: php getdata.php then i see the data on my screen, but when i call it in my webbrowser via apache then the segmentation fault occurs. I'm using progress...
  2. A

    [notice] child pid 32974 exit signal Segmentation fault (11)

    That's not the problem Yes a quote is missing, i copied half of the select string so it isn't very long. But the problem still remains.. regards alex
  3. A

    [notice] child pid 32974 exit signal Segmentation fault (11)

    I am connected to the database, i wrote the following programm to connect: <?php //connect.php putenv("ODBCINI=/etc/odbc.ini"); putenv("OPL_LICENSE_DIR=/m/openlink/bin"); putenv("LD_LIBRARY_PATH=/m/openlink/lib:/m/progress91e/dlc/lib"); putenv("OPENLINKINI=/m/openlink/bin/openlink.ini")...
  4. A

    [notice] child pid 32974 exit signal Segmentation fault (11)

    Hello, i have a problem getting information from a progress database, connecting goes fine, but when i do a query i got the following error: [notice] child pid 32974 exit signal Segmentation fault (11) does anyone know how to handle this problem? regards alex
  5. A

    PHP connect error Openlink driver progress

    Hello, when i try to connect to my progress database i get the following error SQL error: [unixODBC][Driver Manager]Can't open lib '/m/openlink/lib/prs91_st_lt.so' : libesql92.so: cannot open shared object file: No such file or directory, SQL state 01000 in SQLConnect in...
Top