linker errors

  1. J

    Solved `Shared object not found` only when service run at boot

    Hello all, I have a service, reduced to the following: #!/bin/sh # # PROVIDE: test . /etc/rc.subr name="test" rcvar="test_enable" load_rc_config ${name} command="/usr/sbin/daemon" command_args="-f -o /var/log/test/test.log -u operator bash -c 'echo hi'" run_rc_command "$1" however it is...
  2. T

    Solved Firefox ld.lld: error: Invalid summary version 12. Version should be in the range [1-10]

    toolkit/library/build/libxul.so rm -f ../../../dist/bin/libxul.so /usr/local/bin/clang++19 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -fstrict-flex-arrays=1 -DLIBICONV_PLUG -isystem /usr/local/include -fno-rtti -pthread -fno-sized-deallocation...
Back
Top