Skip to main content
Known Participant
October 25, 2006
Question

cfencode.linux segmentation fault

  • October 25, 2006
  • 1 reply
  • 419 views
Does anybody have cfencode.linux working? I keep getting a segmentation fault with I actually try to cfencode a file (cfencode somefile.cfm). If I just do a cfencode, this seems to work in that it prints out the usage message.

Mike
This topic has been closed for replies.

1 reply

Inspiring
April 11, 2007
I am receiving this error too. I was originally unable to run the program at all because it was unable to find libporting.so, but I added the path to this file to my LD_LIBRARY_PATH global variable. After that I was able to run the raw program to generate a list of expected parameters, but once I try to feed a template to it I got the segmentation fault error.

Did you ever find a solution?