mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
@@ -66,7 +66,7 @@ func getArchitecture(libPath string) (bool, error) {
|
||||
}
|
||||
|
||||
func checkArchitecture() error {
|
||||
byts, err := exec.Command("/usr/sbin/ldconfig", "-p").Output()
|
||||
byts, err := exec.Command("/sbin/ldconfig", "-p").Output()
|
||||
if err != nil {
|
||||
return fmt.Errorf("ldconfig failed: %w", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user