Euphoria Ticket #981: std/filesys.e doesn't find libc.so on FreeBSD

Tried building on FreeBSD and while it's successful, it crashes on execution.

I traced it down to all to file_exists(), which wants to call access() in libc.so.

Looks like the /usr/lib/libc.so file on FreeBSD 12.0 is a text file.

I think we need to look for /lib/libc.so.7 instead.

Details

Type: Bug Report Severity: Blocking Category: Library Routine
Assigned To: ghaberek Status: Fixed, Please Confirm Reported Release:
Fixed in SVN #: View VCS: none Milestone: 4.1.0

1. Comment by SDPringle Feb 07, 2020

Try checking out my fork: https://github.com/shawnpringle/euphoria . I have just added a fix for this

Search



Quick Links

User menu

Not signed in.

Misc Menu