User Tools

Site Tools


informatica:hp_z230t_400wb_topspin327

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
informatica:hp_z230t_400wb_topspin327 [2019/08/19 16:07]
miquel [Problemes amb la compilació dels programes AU]
informatica:hp_z230t_400wb_topspin327 [2019/08/19 16:17]
miquel [ld: /usr/lib32/crti.o: unrecognized relocation (0x2b) in section `.init']
Line 745: Line 745:
 ==== Configuració de LD_LIBRARY_PATH  ==== ==== Configuració de LD_LIBRARY_PATH  ====
  
-The ldconfig command will show these paths for you''ldconfig -v | grep -v ^$'\t'''+Few hints:
  
-The paths are set in /etc/ld.so.conf and /etc/ld.so.conf.d.+Use the ldconfig command to show the dynamic linker/loader (ldd) paths
 +   ldconfig -v | grep -v ^$'\t'
  
 +The ldd paths are set in ///etc/ld.so.conf// and ///etc/ld.so.conf.d//.
  
 +If your libraries are not on standard path then either you need to add them to the path or add non-standard path to LD_LIBRARY_PATH
 +   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<Your_non-Standard_path>
 +Once you done any one of above things then you need to update the dynamic linker run-time binding by executing below command:
 +   sudo ldconfig
 +
 +Per més informació consultar:
  
   * [[https://unix.stackexchange.com/questions/279397/ldd-does-not-find-path-how-to-add | ldd does not find path, How to add]]   * [[https://unix.stackexchange.com/questions/279397/ldd-does-not-find-path-how-to-add | ldd does not find path, How to add]]
Line 819: Line 827:
  
   * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]]   * [[https://stackoverflow.com/questions/46058050/unable-to-compile-unrecognized-relocation | Unable to compile: unrecognized relocation]]
 +
 +==== Multiarchitecture cross-compilation ====
 +
 +  * [[https://wiki.debian.org/Multiarch/Implementation | Debian Multiarch Implementation]]
 +  * [[https://debian-administration.org/article/531/Using_proprietary_i386_apps_on_an_amd64_system | Debian Administrator - Using proprietary i386 apps on an amd64 system]]
 +
 +
 +
  
informatica/hp_z230t_400wb_topspin327.txt · Last modified: 2020/08/12 12:21 by miquel