Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

519
Views
Apache: version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference

The following steps create the issue:

  1. Set LD_LIBRARY_PATH to include apache's libraries:

    export LD_LIBRARY_PATH=/path/to/apache-2.4/apache/lib:/lib64

  2. Start apache server

  3. Make request (as a client) with kerberos authentication requiring to run kinit

    kinit -kt /path/to/kerberos.kt principal@REALM.COM

  4. Error occurs due to:

    kinit: relocation error: kinit: symbol krb5_get_init_creds_opt_set_pac_request, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Apache lib includes kerberos libraries which should be included after /lib64. Export /lib64 before apache's library directory. Refer to Solution

``` export LD_LIBRARY_PATH=/lib64:/path/to/apache-2.4/apache/lib ```
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!